| Index: ports/mongoose/build.sh
|
| diff --git a/ports/mongoose/build.sh b/ports/mongoose/build.sh
|
| index 097ca69f4c0767077536004cde8009e55f31e06e..70a20504a43a0b26aa9d6859294e0ef967f933dc 100644
|
| --- a/ports/mongoose/build.sh
|
| +++ b/ports/mongoose/build.sh
|
| @@ -4,9 +4,11 @@
|
|
|
| BUILD_DIR=${SRC_DIR}
|
|
|
| +EnableCliMain
|
| +
|
| BuildStep() {
|
| export EXTRA_CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
|
| - export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACL_CLI_MAIN_LIB}"
|
| + export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACLPORTS_LIBS}"
|
| if [ "$NACL_LIBC" = "glibc" ]; then
|
| LDFLAGS+=" -ldl"
|
| fi
|
|
|