From c4d4ed0d0a4e8531c077c4bab28f1ee65780e5b1 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 30 Jan 2022 12:14:54 +0100 Subject: [PATCH] Remove unused stream-lua-nginx-module --- install_binaries.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/install_binaries.sh b/install_binaries.sh index 7565337..f229b94 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -61,9 +61,6 @@ fi if [ ! -e lua-nginx-module ]; then git clone https://github.com/openresty/lua-nginx-module fi -if [ ! -e stream-lua-nginx-module ]; then - git clone https://github.com/openresty/stream-lua-nginx-module -fi if [ ! -e lua-resty-mysql ]; then git clone https://github.com/openresty/lua-resty-mysql fi @@ -133,7 +130,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-21 +git checkout 7.1.0-22 CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp make -j $PROC_LIMIT install make distclean @@ -166,7 +163,6 @@ git checkout release-1.21.6 cd ngx_brotli && git fetch --all && git checkout v1.0.0rc && cd .. cd ngx_devel_kit && git fetch --all && git checkout v0.3.1 && cd .. cd lua-nginx-module && git fetch --all && git checkout v0.10.20rc1 && cd .. -cd stream-lua-nginx-module && git fetch --all && git checkout v0.0.11rc1 && cd .. cd rds-json-nginx-module && git fetch --all && git checkout v0.15 && cd .. cd set-misc-nginx-module && git fetch --all && git checkout v0.33 && cd .. cd libatomic_ops @@ -1411,7 +1407,7 @@ index 7d49803f..b9ee2048 100644 +#endif EOF -LUAJIT_LIB="/usr/local/lib" LUAJIT_INC="/usr/local/include/luajit-2.1/" ./auto/configure --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --http-client-body-temp-path=/tmp/body --http-fastcgi-temp-path=/tmp/fastcgi --http-proxy-temp-path=/tmp/proxy --with-threads --with-file-aio --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-http_v2_hpack_enc --with-http_gzip_static_module --without-http_ssi_module --without-http_userid_module --without-http_mirror_module --without-http_geo_module --without-http_split_clients_module --without-http_uwsgi_module --without-http_scgi_module --without-http_grpc_module --without-http_memcached_module --without-http_empty_gif_module --without-http_browser_module --without-http_upstream_hash_module --without-http_upstream_ip_hash_module --without-http_upstream_least_conn_module --without-http_upstream_keepalive_module --without-http_upstream_zone_module --with-stream --with-stream_ssl_module --without-stream_geo_module --without-stream_map_module --without-stream_split_clients_module --without-stream_return_module --without-stream_upstream_hash_module --without-stream_upstream_least_conn_module --without-stream_upstream_zone_module --with-libatomic=./libatomic_ops --with-cc-opt='-O3 -march=native -mtune=native -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --add-module=ngx_brotli --add-module=ngx_devel_kit --add-module=lua-nginx-module --add-module=stream-lua-nginx-module --add-module=rds-json-nginx-module --add-module=set-misc-nginx-module +LUAJIT_LIB="/usr/local/lib" LUAJIT_INC="/usr/local/include/luajit-2.1/" ./auto/configure --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --http-client-body-temp-path=/tmp/body --http-fastcgi-temp-path=/tmp/fastcgi --http-proxy-temp-path=/tmp/proxy --with-threads --with-file-aio --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-http_v2_hpack_enc --with-http_gzip_static_module --without-http_ssi_module --without-http_userid_module --without-http_mirror_module --without-http_geo_module --without-http_split_clients_module --without-http_uwsgi_module --without-http_scgi_module --without-http_grpc_module --without-http_memcached_module --without-http_empty_gif_module --without-http_browser_module --without-http_upstream_hash_module --without-http_upstream_ip_hash_module --without-http_upstream_least_conn_module --without-http_upstream_keepalive_module --without-http_upstream_zone_module --with-stream --with-stream_ssl_module --without-stream_geo_module --without-stream_map_module --without-stream_split_clients_module --without-stream_return_module --without-stream_upstream_hash_module --without-stream_upstream_least_conn_module --without-stream_upstream_zone_module --with-libatomic=./libatomic_ops --with-cc-opt='-O3 -march=native -mtune=native -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --add-module=ngx_brotli --add-module=ngx_devel_kit --add-module=lua-nginx-module --add-module=rds-json-nginx-module --add-module=set-misc-nginx-module make -j $PROC_LIMIT install make clean git reset --hard