Chromium Code Reviews| Index: ports/curl/build.sh |
| diff --git a/ports/curl/build.sh b/ports/curl/build.sh |
| index 98fc77fdbbcde287b9934d0563ce6a530ce43c26..f519260f53e93b0db9648600233bbd06e5a46cc7 100644 |
| --- a/ports/curl/build.sh |
| +++ b/ports/curl/build.sh |
| @@ -8,7 +8,8 @@ export ac_cv_func_connect=yes |
| # Can't use LIBS here otherwise nacl-spawn gets linked into the libcurl.so |
| # which we don't ever want. |
| -export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} -l${NACL_CXX_LIB}" |
| +export EXTRA_LIBS="${NACL_CLI_MAIN_LIB}" |
|
binji
2015/10/27 21:52:38
Why not EnableCliMain?
Sam Clegg
2015/10/28 17:06:30
The comment above explains why.
|
| +NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LDFLAGS}" |
| EnableGlibcCompat |