summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2016-03-12 10:31:42 -0600
committerMatt Housh <jaeger@crux.ninja>2016-03-12 10:31:42 -0600
commit04bb3a5b60c842cec8699ebf99cc3496f1c9c53c (patch)
tree468f1b48383b6293ca1de7a0b08ef32042b3c1fb /nginx
parentab2e40005f7db0ad5441294a9139ecfc601e2913 (diff)
downloadcontrib-04bb3a5b60c842cec8699ebf99cc3496f1c9c53c.tar.gz
contrib-04bb3a5b60c842cec8699ebf99cc3496f1c9c53c.tar.xz
nginx: enabled IPv6 support
Diffstat (limited to 'nginx')
-rw-r--r--nginx/Pkgfile5
1 files changed, 3 insertions, 2 deletions
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

Generated by cgit