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

Unified Diff: ports/cairo/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/cairo/build.sh
diff --git a/ports/cairo/build.sh b/ports/cairo/build.sh
index d4a07cbd7a300c56cc46fbf1c090d0c4bfd504a8..1ed2727194b93aaf54b96cec1d7c2418a1612e1d 100644
--- a/ports/cairo/build.sh
+++ b/ports/cairo/build.sh
@@ -20,6 +20,10 @@ else
export LIBS+=" ${NACL_CLI_MAIN_LIB}"
fi
+if [ "${NACL_LIBC}" == "newlib" ]; then
+ NACLPORTS_LDFLAGS+=" -lglibc-compat"
Sam Clegg 2015/07/31 22:07:00 I think still needed, even after the .pc change?
zhitingzhu 2015/08/01 00:48:15 Done.
+fi
+
EXECUTABLES="test/cairo-test-suite${NACL_EXEEXT}"
# This is only necessary for pnacl
« no previous file with comments | « PRESUBMIT.py ('k') | ports/glibc-compat/Makefile » ('j') | ports/gtk+/build.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698