Changes of Revision 216
[-] | Changed | nginx.spec |
1
2 --with-http_slice_module \ 3 --with-stream_ssl_preread_module \ 4 --with-stream_split_clients_module \ 5 - --with-stream_map_module \ 6 - --with-stream_return_module \ 7 --add-module=%{_builddir}/nginx-%{version}/naxsi-git/naxsi_src \ 8 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 9 --with-ld-opt="-Wl,-z,relro,-z,now -Wl,-rpath -Wl,-Bsymbolic-functions -Wl,--as-needed -fPIE" \ 10 |