packages: nginx/nginx.spec - add ipv6 support

shadzik shadzik at pld-linux.org
Fri Dec 31 18:21:14 CET 2010


Author: shadzik                      Date: Fri Dec 31 17:21:14 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add ipv6 support

---- Files affected:
packages/nginx:
   nginx.spec (1.100 -> 1.101) 

---- Diffs:

================================================================
Index: packages/nginx/nginx.spec
diff -u packages/nginx/nginx.spec:1.100 packages/nginx/nginx.spec:1.101
--- packages/nginx/nginx.spec:1.100	Wed Dec 29 17:37:11 2010
+++ packages/nginx/nginx.spec	Fri Dec 31 18:21:08 2010
@@ -11,6 +11,7 @@
 %bcond_without	addition	# adds module
 %bcond_without	dav		# WebDAV
 %bcond_without	flv		# FLV stream
+%bcond_without	ipv6		# build without ipv6 support
 %bcond_without	sub		# ngx_http_sub_module
 %bcond_without	poll		# poll
 %bcond_without	realip		# real ip (behind proxy)
@@ -236,6 +237,7 @@
 	%{?with_addition:--with-http_addition_module} \
 	%{?with_dav:--with-http_dav_module} \
 	%{?with_flv:--with-http_flv_module} \
+	%{?with_ipv6:--with-ipv6} \
 	%{?with_sub:--with-http_sub_module} \
 	%{?with_poll:--with-poll_module} \
 	%{?with_realip:--with-http_realip_module} \
@@ -573,6 +575,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.101  2010/12/31 17:21:08  shadzik
+- add ipv6 support
+
 Revision 1.100  2010/12/29 16:37:11  areq
 - 0.8.54
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nginx/nginx.spec?r1=1.100&r2=1.101&f=u



More information about the pld-cvs-commit mailing list