summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 \