diff --git a/SPECS/nginx.spec b/SPECS/nginx.spec index a714346..7b1636f 100755 --- a/SPECS/nginx.spec +++ b/SPECS/nginx.spec @@ -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} --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"