summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGomasy2018-08-27 05:14:57 +0900
committerGomasy2018-08-27 05:14:57 +0900
commit3b5c43bbf3fbf2cb987b00dd10fafe1029cfc411 (patch)
tree6ad13a2a9c791ce0b54e09e217b9f3c36d2bff86
parentd106f2691b92b2b98c0efd66872c199768b81f4c (diff)
downloadaur-3b5c43bbf3fbf2cb987b00dd10fafe1029cfc411.tar.gz
Revert "Remove USE_LABELED_IPSEC=false"
This reverts commit d106f2691b92b2b98c0efd66872c199768b81f4c.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bea437f9815..863e709e3d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
pkgver = 3.25
- pkgrel = 2
+ pkgrel = 1
url = https://libreswan.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1090e4dfdae0..4396e9ff19ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libreswan
pkgver=3.25
-pkgrel=2
+pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
url="https://libreswan.org/"
@@ -25,7 +25,7 @@ build() {
export CFLAGS="$CFLAGS -Wno-error=sign-compare -Wno-error=unused-const-variable -Wno-error=implicit-fallthrough -Wno-error=maybe-uninitialized -Wno-error=pointer-compare -Wno-error=format-truncation"
make \
- USE_XAUTH=true USE_LIBCAP_NG=true USE_LEAK_DETECTIVE=false \
+ USE_XAUTH=true USE_LIBCAP_NG=true USE_LEAK_DETECTIVE=false USE_LABELED_IPSEC=false \
INC_USRLOCAL=/usr INC_MANDIR=share/man \
FINALSBINDIR=/usr/bin FINALLIBEXECDIR=/usr/lib/ipsec \
programs
@@ -35,7 +35,7 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" \
- USE_XAUTH=true USE_LIBCAP_NG=true USE_LEAK_DETECTIVE=false \
+ USE_XAUTH=true USE_LIBCAP_NG=true USE_LEAK_DETECTIVE=false USE_LABELED_IPSEC=false \
INC_USRLOCAL=/usr INC_MANDIR=share/man \
FINALSBINDIR=/usr/bin FINALLIBEXECDIR=/usr/lib/ipsec \
install