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

Unified Diff: ports/thttpd/build.sh

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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/thttpd/Makefile ('k') | ports/thttpd/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/thttpd/build.sh
diff --git a/ports/thttpd/build.sh b/ports/thttpd/build.sh
index 433ee3350b12056037068eb32a08507411a0c5bf..8b1aff8d7fb20380fd395c278134b0c3b9927bee 100644
--- a/ports/thttpd/build.sh
+++ b/ports/thttpd/build.sh
@@ -4,6 +4,8 @@
BUILD_DIR=${SRC_DIR}
+EnableCliMain
+
ConfigureStep() {
ChangeDir ${SRC_DIR}
FILES="
@@ -24,6 +26,7 @@ BuildStep() {
export NACLPORTS_CPPFLAGS
export NACLPORTS_CFLAGS
export NACLPORTS_LDFLAGS
+ export NACLPORTS_LIBS
LogExecute make -j${OS_JOBS} thttpd
}
« no previous file with comments | « ports/thttpd/Makefile ('k') | ports/thttpd/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698