From 4c2f8bfc59b36eb95329a34e0e29ab351e5e5405 Mon Sep 17 00:00:00 2001 From: Hakase Date: Tue, 8 May 2018 13:34:34 +0900 Subject: [PATCH] Fix build error (zlib) --- auto.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/auto.sh b/auto.sh index af15684..b213007 100755 --- a/auto.sh +++ b/auto.sh @@ -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