Changes of Revision 207
[-] | Changed | nginx.spec |
x 1
2 --with-pcre \ 3 --with-ipv6 \ 4 --with-http_slice_module \ 5 + --with-stream_ssl_preread_module \ 6 + --with-stream_realip_module \ 7 + --with-stream_log_module \ 8 + --with-stream_geo_module \ 9 + --with-stream_geoip_module \ 10 + --with-stream_split_clients_module \ 11 + --with-stream_map_module \ 12 + --with-stream_return_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 |