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

Changes of Revision 69

[-] Changed nginx.spec
x
 
1
@@ -163,6 +163,10 @@
2
     --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
3
     --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \
4
     --with-file-aio \
5
+    --add-module=%{_builddir}/nginx-%{version}/nginx_upstream_check_module \
6
+%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700
7
+    --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed-release-%{nps_version}-beta \
8
+%endif
9
     --without-mail_pop3_module \
10
     --without-mail_imap_module \
11
     --without-mail_smtp_module 
12