Changes of Revision 3
[-] | Changed | nginx.spec |
x 1
2 BuildRequires: libxml2-devel 3 BuildRequires: libxslt-devel 4 BuildRequires: gd-devel 5 -BuildRequires: GeoIP-devel 6 +#BuildRequires: GeoIP-devel 7 BuildRequires: libatomic_ops-devel 8 9 Requires: pcre 10
11 Requires: libxslt 12 Requires: gd 13 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 14 -Requires: GeoIP 15 +#Requires: GeoIP 16 17 Requires(pre): shadow-utils 18 Requires(post): chkconfig 19
20 --with-http_stub_status_module \ 21 --with-http_xslt_module=dynamic \ 22 --with-http_image_filter_module=dynamic \ 23 - --with-http_geoip_module=dynamic \ 24 --with-http_perl_module=dynamic \ 25 --with-stream=dynamic \ 26 --with-stream_ssl_module \ 27 |