| Index: ports/bash/build.sh
|
| diff --git a/ports/bash/build.sh b/ports/bash/build.sh
|
| index e0f7c70dedd1e40dc399eee43a918e5ac5fdd73c..daf1ad97daa48afc2a11350b8d98c35989c6df8f 100644
|
| --- a/ports/bash/build.sh
|
| +++ b/ports/bash/build.sh
|
| @@ -8,7 +8,7 @@ EXTRA_CONFIGURE_ARGS+=" --with-installed-readline --enable-readline"
|
| NACLPORTS_CPPFLAGS+=" -DHAVE_GETHOSTNAME -DNO_MAIN_ENV_ARG"
|
| NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
|
| export LIBS+="${NACL_CLI_MAIN_LIB} \
|
| --lppapi_simple -lnacl_spawn -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
|
| +-lppapi_simple -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
|
|
|
| # Configure requires this variable to be pre-set when cross compiling.
|
| export bash_cv_getcwd_malloc=yes
|
|
|