Logoj0ke.net Open Build Service > Projects > internetx:projects:http > nginx > Changes
Sign Up | Log In

Changes of Revision 145

[-] Changed nginx.spec
x
 
1
@@ -75,6 +75,7 @@
2
 Source14:   v%{nps_version}-beta.zip
3
 Source15:   %{nps_version}.tar.gz
4
 Source16:   ngx_cache_purge-%{ngxpurge_version}.tar.gz
5
+Source17:   naxsi-git.tar.gz
6
 
7
 Source100:  index.html
8
 Source101:  poweredby.png
9
@@ -111,7 +112,7 @@
10
 %{__tar} zxvf %{SOURCE12}
11
 %{__tar} zxvf %{SOURCE13}
12
 %{__tar} zxvf %{SOURCE16}
13
-
14
+%{__tar} zxvf %{SOURCE17}
15
 
16
 cd openssl-%{openssl_version}
17
 #%patch4 -p1 
18
@@ -179,6 +180,7 @@
19
     --with-debug \
20
     --with-ipv6 \
21
     --with-http_slice_module \
22
+    --add-module=%{_builddir}/nginx-%{version}/naxsi-git/naxsi_src/
23
 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700
24
     --with-ld-opt="-Wl,-z,relro,-z,now -Wl,-rpath -Wl,-Bsymbolic-functions -Wl,--as-needed -fPIE" \
25
 %endif
26
Added naxsi-git.tar.gz ^