]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- add ipv6 support
authorshadzik <shadzik@pld-linux.org>
Fri, 31 Dec 2010 17:21:08 +0000 (17:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.spec -> 1.101

nginx.spec

index 3b9d73bcba0b8221005d97362ab3b6d47145e10e..0e2802cce05c3cfc695517e25146469e5e227a15 100644 (file)
@@ -10,6 +10,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)
@@ -235,6 +236,7 @@ cp -f configure auto/
        %{?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} \
This page took 0.032912 seconds and 4 git commands to generate.