summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2021-07-29 15:01:52 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-29 15:58:38 +0200
commit0d75637ffa08a1003671cc06f2cb5122da78726b (patch)
tree5f9dcff41823e9566516f3c77e30668ff4f043d1 /Ports
parent16dbba3b8fa9c9d5d407e75da4b8f04f5f4851d9 (diff)
downloadserenity-0d75637ffa08a1003671cc06f2cb5122da78726b.zip
Ports: Add readline support to PHP
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/php/package.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ports/php/package.sh b/Ports/php/package.sh
index 1b9e237cae..0dbb704a2a 100755
--- a/Ports/php/package.sh
+++ b/Ports/php/package.sh
@@ -4,12 +4,13 @@ useconfigure="true"
version="8.0.6"
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20"
auth_type=sha256
-depends="libiconv libxml2 openssl sqlite zlib"
+depends="libiconv libxml2 openssl readline sqlite zlib"
configopts="
--disable-opcache
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local
--with-openssl
+ --with-readline=${SERENITY_INSTALL_ROOT}/usr/local
--with-zlib
--without-pcre-jit
"