| 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"
|
|
|