Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
http
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 17
[-]
[+]
Changed
nginx.spec
@@ -46,9 +46,9 @@ Source9: Nginx-limit-traffic-rate-module.tar.gz Source10: %{rtmp}.tar.bz2 Source11: nginx_upstream_check_module-master.tar.gz -Source12: nginx-statsd.tar.gz +#Source12: nginx-statsd.tar.gz Source13: nginx-munin.tar.gz -#Source14: nginx-http-sysguard.tar.gz +Source14: nginx-http-sysguard.tar.gz Source100: index.html Source101: poweredby.png Source102: nginx-logo.png @@ -63,8 +63,8 @@ # etc. Patch1: nginx-conf-0.7.x.patch Patch2: check_1.2.6+.patch -#Patch3: ngx-detect-heartbleed.patch -#Patch4: nginx_sysguard_1.3.9.patch +Patch3: ngx-detect-heartbleed.patch +Patch4: nginx_sysguard_1.3.9.patch %description Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 @@ -78,15 +78,15 @@ %patch0 -p0 %patch1 -p0 %patch2 -p1 -#%patch3 -p0 -#%patch4 -p1 +%patch3 -p0 +%patch4 -p1 %{__tar} zxvf %{SOURCE5} %{__tar} zxvf %{SOURCE9} %{__tar} jxvf %{SOURCE10} %{__tar} zxvf %{SOURCE11} -%{__tar} zxvf %{SOURCE12} +#%{__tar} zxvf %{SOURCE12} %{__tar} zxvf %{SOURCE13} -#%{__tar} zxvf %{SOURCE14} +%{__tar} zxvf %{SOURCE14} %build export DESTDIR=%{buildroot} @@ -121,12 +121,11 @@ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \ --add-module=%{_builddir}/nginx-%{version}/nginx_upstream_check_module-master \ - --add-module=%{_builddir}/nginx-%{version}/nginx-statsd \ %if 0%{with_rtmp_ext} --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \ %endif --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ -# --add-module=%{_builddir}/nginx-%{version}/nginx-http-sysguard \ + --add-module=%{_builddir}/nginx-%{version}/nginx-http-sysguard \ --with-file-aio make %{?_smp_mflags}