| Index: ports/git/build.sh
|
| diff --git a/ports/git/build.sh b/ports/git/build.sh
|
| index 783fbea85b3100a34495df014f955214de7a9735..82f0dc1ce5f199177fe9763123115897db164e4b 100644
|
| --- a/ports/git/build.sh
|
| +++ b/ports/git/build.sh
|
| @@ -6,7 +6,7 @@ EXECUTABLES="git git-remote-http"
|
|
|
| BUILD_DIR=${SRC_DIR}
|
| export EXTLIBS+="${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}"
|
|
|
| if [ "${NACL_SHARED}" != "1" ]; then
|
| # These are needed so that the configure can detect libcurl when statically
|
|
|