| Index: ports/civetweb/build.sh
|
| diff --git a/ports/civetweb/build.sh b/ports/civetweb/build.sh
|
| index a44338089eb6c16938cf6f1893f9322a78625a4b..96cc264aabecd4935285571cccacc6449f246e07 100644
|
| --- a/ports/civetweb/build.sh
|
| +++ b/ports/civetweb/build.sh
|
| @@ -5,9 +5,11 @@
|
| EXECUTABLES=civetweb
|
| BUILD_DIR=${SRC_DIR}
|
|
|
| +EnableCliMain
|
| +
|
| BuildStep() {
|
| export CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
|
| - export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACL_CLI_MAIN_LIB}"
|
| + export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACLPORTS_LIBS}"
|
|
|
| CFLAGS+=" -DNO_SSL -DNO_CGI"
|
| if [ "${NACL_LIBC}" = "glibc" ]; then
|
|
|