]> git.pld-linux.org Git - packages/nginx.git/commitdiff
drop deprecated --with-ipv6
authorElan Ruusamäe <glen@delfi.ee>
Wed, 19 Oct 2016 19:11:48 +0000 (22:11 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 19 Oct 2016 19:11:48 +0000 (22:11 +0300)
nginx.spec

index 61dc256c48f66d35588525baa64f514770afb90d..a8fa11eee4107218feb1069979f6dedf7edffd15 100644 (file)
@@ -8,7 +8,6 @@
 %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)
@@ -231,7 +230,6 @@ cp -f configure auto/
        --http-proxy-temp-path=%{_localstatedir}/cache/%{name}/proxy_temp \
        --user=nginx \
        --group=nginx \
-       %{?with_ipv6:--with-ipv6} \
        %{?with_select:--with-select_module} \
        %{?with_poll:--with-poll_module} \
        %{?with_rtsig:--with-rtsig_module} \
This page took 0.032649 seconds and 4 git commands to generate.