mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
Ports/php: Enable curl
This commit is contained in:
parent
55ea2d892c
commit
7e6722abe8
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ files=(
|
||||||
"https://www.php.net/distributions/php-${version}.tar.xz#561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3"
|
"https://www.php.net/distributions/php-${version}.tar.xz#561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
|
'curl'
|
||||||
'libiconv'
|
'libiconv'
|
||||||
'libxml2'
|
'libxml2'
|
||||||
'openssl'
|
'openssl'
|
||||||
|
@ -18,6 +19,7 @@ configopts=(
|
||||||
'--disable-opcache'
|
'--disable-opcache'
|
||||||
'--enable-fpm'
|
'--enable-fpm'
|
||||||
"--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
"--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||||
|
'--with-curl'
|
||||||
"--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local"
|
"--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||||
'--with-openssl'
|
'--with-openssl'
|
||||||
"--with-readline=${SERENITY_INSTALL_ROOT}/usr/local"
|
"--with-readline=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue