Fix build error (zlib)

This commit is contained in:
Hakase
2018-05-08 13:34:34 +09:00
parent 5d04b54b52
commit 4c2f8bfc59
+7
View File
@@ -30,6 +30,13 @@ if [ ! -f "lib/pcre/configure" ]; then
cd ../..
fi
### ZLIB reconf
if [ ! -f "lib/zlib/Makefile" ]; then
cd lib/zlib
./configure
cd ../..
fi
### PSOL Download (PageSpeed)
if [ ! -d "lib/ngx_pagespeed/psol" ]; then
cd lib/ngx_pagespeed