Browse Source

nginx update to 1.17.9 + new modules

Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64bebuilder0 4 years ago
parent
commit
153b4716ea
  1. 10
      SPECS/nginx.spec

10
SPECS/nginx.spec

@ -78,10 +78,14 @@ git clone https://github.com/atomx/nginx-http-auth-digest nginx-http-auth-digest @@ -78,10 +78,14 @@ git clone https://github.com/atomx/nginx-http-auth-digest nginx-http-auth-digest
git clone https://github.com/cybozu/nginx-maxconn-module nginx-maxconn-module
git clone https://github.com/nginx-modules/nginx-http-metric-module nginx-http-metric-module
git clone https://github.com/alibaba/nginx-http-user-agent nginx-http-user-agent
git clone https://github.com/eustas/ngx_brotli/ ngx_brotli
git clone https://github.com/google/ngx_brotli
pushd ngx_brotli
git submodule update --init --recursive
popd
git clone https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng
git clone https://github.com/alibaba/nginx-http-slice
git clone https://github.com/vladbondarenko/ngx_webp
git clone https://github.com/tokers/zstd-nginx-module


%build
@ -141,6 +145,10 @@ export DESTDIR=%{buildroot} @@ -141,6 +145,10 @@ export DESTDIR=%{buildroot}
--add-module=nginx-http-metric-module \
--add-module=nginx-http-user-agent \
--add-module=ngx_brotli \
--add-module=nginx-sticky-module-ng \
--add-module=nginx-http-slice \
--add-module=ngx_webp \
--add-module=zstd-nginx-module \
--with-debug \
--with-cc-opt="%{optflags} $(pcre-config --cflags)" \
--with-ld-opt="$RPM_LD_FLAGS -Wl,-E"

Loading…
Cancel
Save