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

Unified Diff: ports/xkbcomp/build.sh

Issue 907563002: Simplify cli_main (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « ports/toybox/build.sh ('k') | ports/xorg-server/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/xkbcomp/build.sh
diff --git a/ports/xkbcomp/build.sh b/ports/xkbcomp/build.sh
index acb8b78d777f5be961d3848ef18803370d587324..f26bfd59c7e71bb27cc7ead00fa2557aa5336037 100644
--- a/ports/xkbcomp/build.sh
+++ b/ports/xkbcomp/build.sh
@@ -7,7 +7,6 @@ EXTRA_CONFIGURE_ARGS+=" --datarootdir=/share"
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
export LIBS+=" -Wl,--undefined=nacl_main ${NACL_CLI_MAIN_LIB} \
-lX11 -lxcb -lXau \
- -lnacl_spawn \
-lppapi_simple -ltar \
-lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
« no previous file with comments | « ports/toybox/build.sh ('k') | ports/xorg-server/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698