diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-06-04 20:42:46 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-05 13:02:13 +0200 |
commit | 012a5b145b0e2a10e51bedc41d99fd1afd98c1c1 (patch) | |
tree | aa9ac24d4f752016716770538113eea00ba7c26f /Ports | |
parent | 64e2e2cff3945a3121fbf13f7b9efb9a7099c02b (diff) | |
download | serenity-012a5b145b0e2a10e51bedc41d99fd1afd98c1c1.zip |
Ports/PHP: Enable Zlib extension
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/php/package.sh | 1 |
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/" |