Changes of Revision 151
[-] | Changed | nginx.spec |
x 1
2 --with-http_image_filter_module \ 3 --with-http_geoip_module \ 4 --with-http_perl_module \ 5 - --with-stream_module \ 6 + --with-stream \ 7 --with-stream_ssl_module \ 8 --with-threads \ 9 --with-libatomic \ 10
11 --with-ipv6 \ 12 --with-http_slice_module \ 13 --add-module=%{_builddir}/nginx-%{version}/naxsi-git/naxsi_src/ \ 14 -%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 15 - --with-ld-opt="-Wl,-z,relro,-z,now -Wl,-rpath -Wl,-Bsymbolic-functions -Wl,--as-needed -fPIE" \ 16 -%endif 17 +#%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 18 +# --with-ld-opt="-Wl,-z,relro,-z,now -Wl,-rpath -Wl,-Bsymbolic-functions -Wl,--as-needed -fPIE" \ 19 +#%endif 20 --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ 21 -%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 22 - --with-openssl-opt=enable-ec_nistp_64_gcc_128 \ 23 -%endif 24 +#%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 25 +# --with-openssl-opt=enable-ec_nistp_64_gcc_128 \ 26 +#%endif 27 --with-file-aio \ 28 --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ 29 --add-module=%{_builddir}/nginx-%{version}/ngx_cache_purge-2.3 \ 30 |