summaryrefslogtreecommitdiff
path: root/data/php/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/php/make.sh')
-rw-r--r--data/php/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/php/make.sh b/data/php/make.sh
index 71dc0d351..a46655ddb 100644
--- a/data/php/make.sh
+++ b/data/php/make.sh
@@ -1,5 +1,5 @@
pkg:setup
autoconf
-CC="${PKG_TARG}"-gcc pkg:configure --with-iconv="${PKG_ROOT}"/usr
+CC="${PKG_TARG}"-gcc pkg:configure --with-iconv="${PKG_ROOT}"/usr --with-curl="$(PKG_DEST_ curl)"/usr --enable-fastcgi
make
make install prefix="${PKG_DEST}"/usr datarootdir="${PKG_DEST}"/usr