[packages/nginx/NGINX-1.6] Enable the http_auth_request_module

jajcus jajcus at pld-linux.org
Mon Apr 28 11:10:49 CEST 2014


commit 9de8ce95edbef4deb98051ba7528f01fd247c526
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Mon Apr 28 11:10:36 2014 +0200

    Enable the http_auth_request_module

 nginx.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/nginx.spec b/nginx.spec
index 97207cd..d62a529 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -21,6 +21,7 @@
 %bcond_without	ssl		# ssl support
 %bcond_with	http_browser	# header "User-agent" parser
 %bcond_without	rtmp		# rtmp support
+%bcond_without	auth_request	# auth_request module
 
 %define		rtmp_version	1.1.3
 Summary:	High perfomance HTTP and reverse proxy server
@@ -325,6 +326,7 @@ cp -f configure auto/
 	%{?with_ssl:--with-http_ssl_module} \
 	%{!?with_http_browser:--without-http_browser_module} \
 	%{?with_rtmp:--add-module=./nginx-rtmp-module} \
+	%{?with_auth_request:--with-http_auth_request_module} \
 	--with-http_secure_link_module \
 	--http-client-body-temp-path=%{_localstatedir}/cache/%{name}-perl/client_body_temp \
 	--http-proxy-temp-path=%{_localstatedir}/cache/%{name}-perl/proxy_temp \
@@ -388,6 +390,7 @@ mv -f objs/nginx contrib/nginx-mail
 	%{?with_status:--with-http_stub_status_module} \
 	%{?with_ssl:--with-http_ssl_module} \
 	%{?with_rtmp:--add-module=./nginx-rtmp-module} \
+	%{?with_auth_request:--with-http_auth_request_module} \
 	--without-http_browser_module \
 	--without-mail_pop3_module \
 	--without-mail_imap_module \
@@ -427,6 +430,7 @@ mv -f objs/nginx contrib/nginx-light
 	%{?with_ssl:--with-http_ssl_module} \
 	%{!?with_http_browser:--without-http_browser_module} \
 	%{?with_rtmp:--add-module=./nginx-rtmp-module} \
+	%{?with_auth_request:--with-http_auth_request_module} \
 	--with-http_secure_link_module \
 	--http-client-body-temp-path=%{_localstatedir}/cache/%{name}-standard/client_body_temp \
 	--http-proxy-temp-path=%{_localstatedir}/cache/%{name}-standard/proxy_temp \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/9de8ce95edbef4deb98051ba7528f01fd247c526



More information about the pld-cvs-commit mailing list