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

Unified Diff: ports/civetweb/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/bash/build.sh ('k') | ports/curl/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 d4cc0caa2e99f6bbacd12cb7d4d07204b81369fc..a44338089eb6c16938cf6f1893f9322a78625a4b 100644
--- a/ports/civetweb/build.sh
+++ b/ports/civetweb/build.sh
@@ -7,7 +7,7 @@ BUILD_DIR=${SRC_DIR}
BuildStep() {
export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
- export LDFLAGS="${NACLPORTS_LDFLAGS}"
+ export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACL_CLI_MAIN_LIB}"
CFLAGS+=" -DNO_SSL -DNO_CGI"
if [ "${NACL_LIBC}" = "glibc" ]; then
« no previous file with comments | « ports/bash/build.sh ('k') | ports/curl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698