Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
http
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 160
[-]
[+]
Changed
nginx.spec
@@ -181,7 +181,13 @@ --with-ipv6 \ --with-http_slice_module \ --add-module=%{_builddir}/nginx-%{version}/naxsi-git/naxsi_src \ +%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 + --with-ld-opt="-Wl,-z,relro,-z,now -Wl,-rpath -Wl,-Bsymbolic-functions -Wl,--as-needed -fPIE" \ +%endif --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ +%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 + --with-openssl-opt=enable-ec_nistp_64_gcc_128 \ +%endif --with-file-aio \ --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ --add-module=%{_builddir}/nginx-%{version}/ngx_cache_purge-2.3 \