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

Unified Diff: ports/civetweb/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/cairo/build.sh ('k') | ports/coreutils/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/civetweb/build.sh
diff --git a/ports/civetweb/build.sh b/ports/civetweb/build.sh
index a44338089eb6c16938cf6f1893f9322a78625a4b..96cc264aabecd4935285571cccacc6449f246e07 100644
--- a/ports/civetweb/build.sh
+++ b/ports/civetweb/build.sh
@@ -5,9 +5,11 @@
EXECUTABLES=civetweb
BUILD_DIR=${SRC_DIR}
+EnableCliMain
+
BuildStep() {
export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
- export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACL_CLI_MAIN_LIB}"
+ export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACLPORTS_LIBS}"
CFLAGS+=" -DNO_SSL -DNO_CGI"
if [ "${NACL_LIBC}" = "glibc" ]; then
« no previous file with comments | « ports/cairo/build.sh ('k') | ports/coreutils/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698