Changes of Revision 126
[-] | Changed | nginx.spec |
x 1
2 %define rtmp_nover %{rtmp_ext} 3 %define with_rtmp_ext 1 4 5 -%define nps_version 1.9.32.3 6 +%define nps_version 1.10.33.6 7 %define slowfs_version 1.5 8 #%define waf_version 2.8.0 9 %define openssl_version 1.0.2g 10
11 --with-debug \ 12 --with-ipv6 \ 13 --with-http_slice_module \ 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 +%endif 17 --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ 18 +%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 19 --with-openssl-opt=enable-ec_nistp_64_gcc_128 \ 20 +%endif 21 --with-file-aio \ 22 --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ 23 --add-module=%{_builddir}/nginx-%{version}/ngx_cache_purge-2.3 \ 24 |