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

Unified Diff: ports/curl/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/civetweb/build.sh ('k') | ports/devenv/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/curl/build.sh
diff --git a/ports/curl/build.sh b/ports/curl/build.sh
index 55c247b12d4f4dbe5396da05035b4183ac51400b..fe81da96af04975e5bfa536c8f559436175a7bc0 100644
--- a/ports/curl/build.sh
+++ b/ports/curl/build.sh
@@ -31,7 +31,8 @@ BuildStep() {
Remove src/curl-tool_main.o
sed -i.bak "s/CFLAGS = /CFLAGS = -DPPAPI /" src/Makefile
sed -i.bak "s/curl\$(EXEEXT)/curl_ppapi\$(EXEEXT)/" src/Makefile
- local sedlibs="-lppapi_simple,-lnacl_io,-lppapi_cpp,-lppapi,-lcli_main"
+ local sedlibs="-lppapi_simple,-lcli_main,-lnacl_spawn,"
+ sedlibs+="-lnacl_io,-lppapi_cpp,-lppapi"
sedlibs="-Wl,--start-group,$sedlibs,--end-group -l${NACL_CPP_LIB}"
sed -i.bak "s/LIBS = \$(BLANK_AT_MAKETIME)/LIBS = ${sedlibs}/" src/Makefile
DefaultBuildStep
« no previous file with comments | « ports/civetweb/build.sh ('k') | ports/devenv/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698