summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2016-10-28 12:54:53 +0200
committerRubenKelevra2016-10-28 12:54:53 +0200
commit9d8045ef7f9a04e1c62738be8217f6836e90bf4c (patch)
tree97f6ecac557d594d49defcab334a11b3ee076d82
parentf4ff14b67936dccc93dfbe6614386cc2bff54a9c (diff)
downloadaur-9d8045ef7f9a04e1c62738be8217f6836e90bf4c.tar.gz
Change: the --with-ipv6 configure option was removed, now IPv6 support is configured automatically.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b4d4605c76..e918098ffab6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
pkgver = 1.11.5
- pkgrel = 1
+ pkgrel = 2
url = http://nginx.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cde00a866ebc..70d4c0cc12bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-mainline-libressl
pkgver=1.11.5
-pkgrel=1
+pkgrel=2
librever=2.5.0
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -79,7 +79,6 @@ build() {
--error-log-path=${_log_path}/error.log \
--user=${_user} \
--group=${_group} \
- --with-ipv6 \
--with-openssl=./libressl-$librever \
--with-threads \
--with-http_ssl_module \