From 95e830c8556086ff04b813cb459a207646eab21c Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 22:21:27 +0800 Subject: [PATCH] up --- plugins/openresty/install.sh | 2 ++ scripts/install/freebsd.sh | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index f4225a1a3..0de30bfa9 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -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 \ diff --git a/scripts/install/freebsd.sh b/scripts/install/freebsd.sh index 8ee2e9c3a..544b30903 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -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