From 3b49e6f8594a00a62db2e2199910b770a1ab9848 Mon Sep 17 00:00:00 2001 From: Hakase Date: Thu, 15 Feb 2018 02:12:10 +0900 Subject: [PATCH] Fix auto shell --- auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto.sh b/auto.sh index def7591..d5fee79 100755 --- a/auto.sh +++ b/auto.sh @@ -26,9 +26,9 @@ auto/configure \ --http-fastcgi-temp-path=/var/lib/nginx/fastcgi_temp \ --http-scgi-temp-path=/var/lib/nginx/scgi_temp \ --http-uwsgi-temp-path=/var/lib/nginx/uwsgi_temp \ ---with-pcre=./lib/pcre-8.41 \ +--with-pcre=./lib/pcre \ --with-pcre-jit \ ---with-zlib=./lib/zlib-1.2.11 \ +--with-zlib=./lib/zlib \ --with-openssl=./lib/openssl \ --with-openssl-opt="enable-weak-ssl-ciphers -DCFLAGS='-march=native -O3 -flto -fuse-linker-plugin'" \ --with-select_module \