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

Unified Diff: ports/openssh/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/ninja/build.sh ('k') | ports/python-static/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/openssh/build.sh
diff --git a/ports/openssh/build.sh b/ports/openssh/build.sh
index 43494b14e6e90ab1f61aee50718d34fe76abf335..286c3ce64d38e416dab58dbec7e61315cb6e67dd 100644
--- a/ports/openssh/build.sh
+++ b/ports/openssh/build.sh
@@ -16,7 +16,7 @@ EXTRA_CONFIGURE_ARGS="--with-privsep-path=${PREFIX}/var/empty"
export ac_cv_func_truncate=yes
export ac_cv_func_sigaction=yes
-export SSHLIBS="-lppapi_simple -lnacl_io -lcli_main -lppapi_cpp \
+export SSHLIBS="-lppapi_simple -lnacl_io -lnacl_spawn -lcli_main -lppapi_cpp \
-lppapi -l${NACL_CPP_LIB}"
if [ "${NACL_LIBC}" = "newlib" ]; then
CFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat"
« no previous file with comments | « ports/ninja/build.sh ('k') | ports/python-static/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698