| Index: ports/samba/build.sh
|
| diff --git a/ports/samba/build.sh b/ports/samba/build.sh
|
| index 840ef7c14d04222c3805fe31850ca893cd04c15d..4f8d2ece72d778e3ced9ccff9c5179e915e8b769 100755
|
| --- a/ports/samba/build.sh
|
| +++ b/ports/samba/build.sh
|
| @@ -10,6 +10,9 @@ EnableGlibcCompat
|
|
|
| ConfigureStep() {
|
| conf_build=$(/bin/sh "${SCRIPT_DIR}/config.guess")
|
| + NACLPORTS_CPPFLAGS="${NACLPORTS_CPPFLAGS/-fdiagnostics-color=auto/}"
|
| + NACLPORTS_LDFLAGS="${NACLPORTS_CPPFLAGS/-fdiagnostics-color=auto/}"
|
| + NACLPORTS_CPPFLAGS+=" -DFIONREAD=0"
|
|
|
| SetupCrossEnvironment
|
|
|
|
|