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

Unified Diff: ports/libxcb/build.sh

Issue 1260083004: Add needed functions to glibc-compat for pkg (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: try to fix gtk+ Created 5 years, 5 months 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
Index: ports/libxcb/build.sh
diff --git a/ports/libxcb/build.sh b/ports/libxcb/build.sh
index e46ca0cd84048cdc7d8cbc3048408a9bf5b83859..f9312aa9145d9b66bf788e30996e33a64ea5fb31 100644
--- a/ports/libxcb/build.sh
+++ b/ports/libxcb/build.sh
@@ -4,6 +4,7 @@
if [ "${NACL_LIBC}" = "newlib" ]; then
NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat"
+ NACLPORTS_LDFLAGS+=" -lglibc-compat"
Sam Clegg 2015/07/31 22:07:00 Ditto
zhitingzhu 2015/08/01 00:48:15 Done.
fi
NACLPORTS_LDFLAGS+=" -lnacl_io"
« ports/libx11/build.sh ('K') | « ports/libx11/build.sh ('k') | ports/libxcb/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698