diff options
Diffstat (limited to 'data/php')
l--------- | data/php/_metadata/curl.dep | 1 | ||||
-rw-r--r-- | data/php/make.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/php/_metadata/curl.dep b/data/php/_metadata/curl.dep new file mode 120000 index 000000000..9c4438112 --- /dev/null +++ b/data/php/_metadata/curl.dep @@ -0,0 +1 @@ +../../curl
\ No newline at end of file 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 |