Index: ports/samba/build.sh |
diff --git a/ports/samba/build.sh b/ports/samba/build.sh |
index b7eb78161531ae0b4a090a0b7777d75b8bdff782..69d434d74dffa80c6eab24bf3bb53d4d4dd0fc07 100755 |
--- a/ports/samba/build.sh |
+++ b/ports/samba/build.sh |
@@ -11,6 +11,8 @@ EnableGlibcCompat |
ConfigureStep() { |
conf_build=$(/bin/sh "${SCRIPT_DIR}/config.guess") |
NACLPORTS_CPPFLAGS+=" -DFAKE_GET_INTERFACES=1" |
+ NACLPORTS_CPPFLAGS="${NACLPORTS_CPPFLAGS/-fdiagnostics-color=auto/}" |
+ NACLPORTS_LDFLAGS="${NACLPORTS_CPPFLAGS/-fdiagnostics-color=auto/}" |
SetupCrossEnvironment |
local CONFIGURE=${NACL_CONFIGURE_PATH:-${SRC_DIR}/configure} |