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

Unified Diff: ports/bash/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/babl/build.sh ('k') | ports/bdftopcf/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/bash/build.sh
diff --git a/ports/bash/build.sh b/ports/bash/build.sh
index 988f50d0ba433284ec16d19ef0b9c3b7d5648f6d..b8fd501129d35843fa78ca1073579ecc9450fd4e 100644
--- a/ports/bash/build.sh
+++ b/ports/bash/build.sh
@@ -3,12 +3,12 @@
# found in the LICENSE file.
EnableGlibcCompat
+EnableCliMain
EXTRA_CONFIGURE_ARGS="--with-curses"
EXTRA_CONFIGURE_ARGS+=" --with-installed-readline --enable-readline"
NACLPORTS_CPPFLAGS+=" -DHAVE_GETHOSTNAME -DNO_MAIN_ENV_ARG"
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main -Dpipe=nacl_spawn_pipe"
-NACLPORTS_LIBS+=" ${NACL_CLI_MAIN_LIB}"
+NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe"
EXECUTABLES="bash${NACL_EXEEXT}"
« no previous file with comments | « ports/babl/build.sh ('k') | ports/bdftopcf/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698