Chromium Code Reviews| Index: ports/samba/build.sh |
| diff --git a/ports/samba/build.sh b/ports/samba/build.sh |
| index 840ef7c14d04222c3805fe31850ca893cd04c15d..fb3a4e1353c02ed4705be2f1911b25494be26e73 100755 |
| --- a/ports/samba/build.sh |
| +++ b/ports/samba/build.sh |
| @@ -10,7 +10,8 @@ EnableGlibcCompat |
| ConfigureStep() { |
| conf_build=$(/bin/sh "${SCRIPT_DIR}/config.guess") |
| - |
| + NACLPORTS_CPPFLAGS="${NACLPORTS_CPPFLAGS/-fdiagnostics-color=auto/}" |
| + NACLPORTS_LDFLAGS="${NACLPORTS_CPPFLAGS/-fdiagnostics-color=auto/}" |
|
Sam Clegg
2015/12/11 23:24:49
Is this really needed?
|
| SetupCrossEnvironment |
| local CONFIGURE=${NACL_CONFIGURE_PATH:-${SRC_DIR}/configure} |