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