This commit is contained in:
parent
f145b744e5
commit
95e830c855
|
|
@ -40,6 +40,8 @@ Install_openresty()
|
|||
# --with-openssl=$serverPath/source/lib/openssl-1.0.2q
|
||||
cd ${openrestyDir}/openresty-${VERSION} && ./configure \
|
||||
--prefix=$serverPath/openresty \
|
||||
--with-pcre-jit \
|
||||
--with-ipv6 \
|
||||
--with-http_v2_module \
|
||||
--with-http_ssl_module \
|
||||
--with-http_slice_module \
|
||||
|
|
|
|||
|
|
@ -20,9 +20,14 @@ pkg install -y gmake
|
|||
pkg install -y cmake
|
||||
pkg install -y libxslt
|
||||
pkg install -y libunwind
|
||||
pkg install -y influxpkg-config
|
||||
|
||||
pkg install -y pcre
|
||||
pkg install -y webp
|
||||
pkg install -y freetype
|
||||
pkg install -y oniguruma
|
||||
pkg install -y brotli
|
||||
pkg install -y harfbuzz
|
||||
|
||||
pkg install -y mysql-devel
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue