Changes of Revision 64
[-] | Changed | nginx.spec |
x 1
2 --with-debug \ 3 --with-ipv6 \ 4 --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ 5 - --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ 6 --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \ 7 --add-module=%{_builddir}/nginx-%{version}/nginx_upstream_check_module \ 8 %if 0%{with_rtmp_ext} 9
10 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 11 --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed-release-%{nps_version}-beta \ 12 %endif 13 - --add-module=%{_builddir}/nginx-%{version}/modsecurity-%{waf_version}/nginx/modsecurity \ 14 - --with-file-aio \ 15 - --with-poll_module \ 16 +# --add-module=%{_builddir}/nginx-%{version}/modsecurity-%{waf_version}/nginx/modsecurity \ 17 +# --with-file-aio \ 18 +# --with-poll_module \ 19 --without-mail_pop3_module \ 20 --without-mail_imap_module \ 21 --without-mail_smtp_module 22 |