Changes of Revision 4
[-] | Changed | nginx.spec |
x 1
2 BuildRoot: %{_tmppath}/%{name}-%{version}-root 3 4 BuildRequires: pcre-devel zlib-devel polarssl polarssl-devel perl(ExtUtils::Embed) openssl-devel 5 -BuildRequires: GeoIP-devel libaio-devel pam-devel gmake 6 +BuildRequires: GeoIP-devel libaio-devel pam-devel 7 8 # Modsec 9 BuildRequires: httpd-devel lua-devel curl-devel 10
11 --add-module=%{_builddir}/nginx-%{version}/mod_zip-master \ 12 --add-module=%{_builddir}/nginx-%{version}/nginx-upload-module-2.2 \ 13 --add-module=%{_builddir}/nginx-%{version}/ngx_http_auth_pam_module-1.2 \ 14 - --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ 15 - --with-ld-opt="-Wl,--as-needed -Wl,--strip-all" \ 16 --with-pcre \ 17 --with-pcre-jit \ 18 --with-file-aio 19 |