summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2021-06-04 20:42:46 +0200
committerAndreas Kling <kling@serenityos.org>2021-06-05 13:02:13 +0200
commit012a5b145b0e2a10e51bedc41d99fd1afd98c1c1 (patch)
treeaa9ac24d4f752016716770538113eea00ba7c26f /Ports
parent64e2e2cff3945a3121fbf13f7b9efb9a7099c02b (diff)
downloadserenity-012a5b145b0e2a10e51bedc41d99fd1afd98c1c1.zip
Ports/PHP: Enable Zlib extension
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/php/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/php/package.sh b/Ports/php/package.sh
index 53d8f00a15..9232ff6c4d 100755
--- a/Ports/php/package.sh
+++ b/Ports/php/package.sh
@@ -9,6 +9,7 @@ configopts="
--disable-opcache
--prefix=${SERENITY_INSTALL_ROOT}/usr/local
--with-iconv=${SERENITY_INSTALL_ROOT}/usr/local
+ --with-zlib
"
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2/"