Changes of Revision 69
[-] | Changed | nginx.spec |
x 1
2 --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ 3 --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ 4 --with-file-aio \ 5 + --add-module=%{_builddir}/nginx-%{version}/nginx_upstream_check_module \ 6 +%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700 7 + --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed-release-%{nps_version}-beta \ 8 +%endif 9 --without-mail_pop3_module \ 10 --without-mail_imap_module \ 11 --without-mail_smtp_module 12 |