| Index: ports/civetweb/build.sh
|
| diff --git a/ports/civetweb/build.sh b/ports/civetweb/build.sh
|
| index 6275c1d401b58580d8cb9ac53b9a45bdf2db8969..39256db2b2f628115059f13ab56440773c63ff7f 100644
|
| --- a/ports/civetweb/build.sh
|
| +++ b/ports/civetweb/build.sh
|
| @@ -7,7 +7,7 @@ BUILD_DIR=${SRC_DIR}
|
|
|
| BuildStep() {
|
| export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
|
| - export LDFLAGS="${NACLPORTS_LDFLAGS}"
|
| + export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACL_CLI_MAIN_LIB}"
|
|
|
| CFLAGS+=" -DNO_SSL -DNO_CGI"
|
| if [ "${NACL_LIBC}" = "glibc" ]; then
|
|
|