From 04bb3a5b60c842cec8699ebf99cc3496f1c9c53c Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sat, 12 Mar 2016 10:31:42 -0600 Subject: nginx: enabled IPv6 support --- nginx/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nginx') diff --git a/nginx/Pkgfile b/nginx/Pkgfile index 279980f19..eab760b6a 100644 --- a/nginx/Pkgfile +++ b/nginx/Pkgfile @@ -5,7 +5,7 @@ name=nginx version=1.9.12 -release=1 +release=2 source=(http://nginx.org/download/$name-$version.tar.gz \ $name.conf $name.rc) @@ -21,7 +21,8 @@ build() { --with-http_ssl_module \ --with-pcre \ --user=$name \ - --group=$name + --group=$name \ + --with-ipv6 make make DESTDIR=$PKG install -- cgit v1.2.3