diff --git a/Ports/php/package.sh b/Ports/php/package.sh index 9232ff6c4d..6ac8807720 100755 --- a/Ports/php/package.sh +++ b/Ports/php/package.sh @@ -10,6 +10,7 @@ configopts=" --prefix=${SERENITY_INSTALL_ROOT}/usr/local --with-iconv=${SERENITY_INSTALL_ROOT}/usr/local --with-zlib + --without-pcre-jit " export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2/"