Changes of Revision 160
[-] | Changed | nginx.spec |
x 1
2 --with-ipv6 \ 3 --with-http_slice_module \ 4 --add-module=%{_builddir}/nginx-%{version}/naxsi-git/naxsi_src \ 5 +%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 6 + --with-ld-opt="-Wl,-z,relro,-z,now -Wl,-rpath -Wl,-Bsymbolic-functions -Wl,--as-needed -fPIE" \ 7 +%endif 8 --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ 9 +%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 10 + --with-openssl-opt=enable-ec_nistp_64_gcc_128 \ 11 +%endif 12 --with-file-aio \ 13 --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ 14 --add-module=%{_builddir}/nginx-%{version}/ngx_cache_purge-2.3 \ 15 |