Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: ports/samba/build.sh

Issue 1456633004: Enable glibc/arm build of samba Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ports/samba/cc_shim.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | ports/samba/cc_shim.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698