Skip to content

Commit 4900086

Browse files
committed
Enable zlib extension
1 parent 72e75ea commit 4900086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildphp.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ export ZLIB_LIBS="-L${zlib_dir}/dist-install/lib -lz"
9999
--exec-prefix=${php_dir}/dist-install \
100100
--with-mysqli \
101101
--with-openssl \
102-
--with-iconv="$iconv_dir/dist-install"
102+
--with-iconv="$iconv_dir/dist-install" \
103+
--with-zlib="$zlib_dir/dist-install"
103104
echo "Build PHP..."
104105
make install
105106

0 commit comments

Comments
 (0)