diff options
author | Matt Housh <jaeger@crux.ninja> | 2016-03-12 10:31:42 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2016-03-12 10:31:42 -0600 |
commit | 04bb3a5b60c842cec8699ebf99cc3496f1c9c53c (patch) | |
tree | 468f1b48383b6293ca1de7a0b08ef32042b3c1fb /nginx | |
parent | ab2e40005f7db0ad5441294a9139ecfc601e2913 (diff) | |
download | contrib-04bb3a5b60c842cec8699ebf99cc3496f1c9c53c.tar.gz contrib-04bb3a5b60c842cec8699ebf99cc3496f1c9c53c.tar.xz |
nginx: enabled IPv6 support
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/Pkgfile | 5 |
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 |