| Index: ports/thttpd/build.sh
|
| diff --git a/ports/thttpd/build.sh b/ports/thttpd/build.sh
|
| index 433ee3350b12056037068eb32a08507411a0c5bf..8b1aff8d7fb20380fd395c278134b0c3b9927bee 100644
|
| --- a/ports/thttpd/build.sh
|
| +++ b/ports/thttpd/build.sh
|
| @@ -4,6 +4,8 @@
|
|
|
| BUILD_DIR=${SRC_DIR}
|
|
|
| +EnableCliMain
|
| +
|
| ConfigureStep() {
|
| ChangeDir ${SRC_DIR}
|
| FILES="
|
| @@ -24,6 +26,7 @@ BuildStep() {
|
| export NACLPORTS_CPPFLAGS
|
| export NACLPORTS_CFLAGS
|
| export NACLPORTS_LDFLAGS
|
| + export NACLPORTS_LIBS
|
| LogExecute make -j${OS_JOBS} thttpd
|
| }
|
|
|
|
|