Changes of Revision 184
[-] | Changed | nginx.spec |
1
2 --add-module=%{_builddir}/nginx-%{version}/naxsi-git/naxsi_src \ 3 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 4 --with-ld-opt="-Wl,-z,relro,-z,now -Wl,-rpath -Wl,-Bsymbolic-functions -Wl,--as-needed -fPIE" \ 5 + --with-cc-opt="-g -Ofast -march=native -ffast-math -fstack-protector-strong -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2" \ 6 %endif 7 --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ 8 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 9 |