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

Unified Diff: ports/subversion/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
Index: ports/subversion/build.sh
diff --git a/ports/subversion/build.sh b/ports/subversion/build.sh
index 30036c21e64609eb779f29c0c781cbfdfc999174..db57048f28ee8db3488704928061304bfa60c724 100644
--- a/ports/subversion/build.sh
+++ b/ports/subversion/build.sh
@@ -8,13 +8,10 @@
# built but none of the object files seem to depend on this.
OS_JOBS=1
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-
-export LIBS="${NACL_CLI_MAIN_LIB}"
-
EXTRA_CONFIGURE_ARGS="--with-apr=${NACL_PREFIX}"
EXTRA_CONFIGURE_ARGS+=" --with-apr-util=${NACL_PREFIX}"
EXTRA_CONFIGURE_ARGS+=" --without-apxs"
EXTRA_CONFIGURE_ARGS+=" --enable-all-static"
+EnableCliMain
EnableGlibcCompat

Powered by Google App Engine
This is Rietveld 408576698