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 151
[-]
[+]
Changed
nginx.spec
@@ -172,7 +172,7 @@ --with-http_image_filter_module \ --with-http_geoip_module \ --with-http_perl_module \ - --with-stream_module \ + --with-stream \ --with-stream_ssl_module \ --with-threads \ --with-libatomic \ @@ -181,13 +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 +#%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 +#%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 \