summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bique2016-11-06 14:14:12 +0100
committerAlexandre Bique2016-11-06 14:14:12 +0100
commit6d471fc1309af95f211ac0b5bfc20ab532e91f75 (patch)
tree97a2464ccfaba1f1797c8c028246bbe0c73980f8
parent0a7c14fbe0db24b2e6ffedc51d61a2689152d2cb (diff)
downloadaur-6d471fc1309af95f211ac0b5bfc20ab532e91f75.tar.gz
Update with -Wno-error=sign-compare
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12330267c990..e6a34b2ea7d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 1 07:54:55 UTC 2016
+# Sun Nov 6 13:13:59 UTC 2016
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
pkgver = 3.18
- pkgrel = 1
+ pkgrel = 2
url = https://libreswan.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8d85d71608d2..c3a942925903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libreswan
pkgver=3.18
-pkgrel=1
+pkgrel=2
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
url="https://libreswan.org/"
@@ -22,7 +22,7 @@ build() {
cd $pkgname-$pkgver
# Disable new warning introduced with GCC 6 (-Wunused-const-variable=)
- export CFLAGS="$CFLAGS -Wno-error=unused-const-variable "
+ export CFLAGS="$CFLAGS -Wno-error=sign-compare -Wno-error=unused-const-variable "
make \
USE_XAUTH=true USE_LIBCAP_NG=true USE_LEAK_DETECTIVE=false \