mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports/php: Enable curl
This commit is contained in:
parent
55ea2d892c
commit
7e6722abe8
Notes:
sideshowbarker
2024-07-17 09:41:18 +09:00
Author: https://github.com/osbre Commit: https://github.com/SerenityOS/serenity/commit/7e6722abe8 Pull-request: https://github.com/SerenityOS/serenity/pull/21757 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue