| Index: ports/civetweb/build.sh
|
| diff --git a/ports/civetweb/build.sh b/ports/civetweb/build.sh
|
| index d4cc0caa2e99f6bbacd12cb7d4d07204b81369fc..a44338089eb6c16938cf6f1893f9322a78625a4b 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
|
|
|