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

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
Index: ports/openssh/build.sh
diff --git a/ports/openssh/build.sh b/ports/openssh/build.sh
index fd00233081a29c8b1b675dea63480721947c8ba3..cb9f087b341906c8003405616681fc966e833e24 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"

Powered by Google App Engine
This is Rietveld 408576698