1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:27:46 +00:00

Ports/PHP: Enable Zlib extension

This commit is contained in:
Jelle Raaijmakers 2021-06-04 20:42:46 +02:00 committed by Andreas Kling
parent 64e2e2cff3
commit 012a5b145b

View file

@ -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/"