Ports/php: Enable curl

This commit is contained in:
Ostap Brehin 2023-11-03 11:02:06 +00:00 committed by Tim Schumacher
parent 55ea2d892c
commit 7e6722abe8
Notes: sideshowbarker 2024-07-17 09:41:18 +09:00

View File

@ -6,6 +6,7 @@ files=(
"https://www.php.net/distributions/php-${version}.tar.xz#561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3"
)
depends=(
'curl'
'libiconv'
'libxml2'
'openssl'
@ -18,6 +19,7 @@ configopts=(
'--disable-opcache'
'--enable-fpm'
"--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
'--with-curl'
"--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local"
'--with-openssl'
"--with-readline=${SERENITY_INSTALL_ROOT}/usr/local"