Changes of Revision 63
[-] | Changed | nginx.spec |
x 1
2 3 %define nps_version 1.9.32.2 4 %define slowfs_version 1.5 5 -%define waf_version 2.8.0 6 +#%define waf_version 2.8.0 7 %define openssl_version 1.0.1j 8 9 Name: nginx 10
11 Source13: nginx-munin.tar.gz 12 Source14: release-%{nps_version}-beta.zip 13 Source15: %{nps_version}.tar.gz 14 -Source16: modsecurity-%{waf_version}.tar.gz 15 +#Source16: modsecurity-%{waf_version}.tar.gz 16 17 18 Source100: index.html 19
20 21 %build 22 23 -pushd modsecurity-%{waf_version} build mod_security library first 24 - 25 -%configure \ 26 -%if 0%{?rhel} < 6 27 - --with-libxml=%{libxml2_build_path} \ 28 -%endif 29 - --enable-standalone-module --enable-pcre-match-limit=no --enable-pcre-match-limit-recursion=no 30 - 31 -make || : 32 -cd standalone 33 -make install-exec-hook || : 34 -popd 35 +#pushd modsecurity-%{waf_version} build mod_security library first 36 +# 37 +#%configure \ 38 +#%if 0%{?rhel} < 6 39 +# --with-libxml=%{libxml2_build_path} \ 40 +#%endif 41 +# --enable-standalone-module --enable-pcre-match-limit=no --enable-pcre-match-limit-recursion=no 42 +# 43 +#make || : 44 +#cd standalone 45 +#make install-exec-hook || : 46 +#popd 47 48 49 50 |