summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGomasy2018-08-27 05:14:57 +0900
committerGomasy2018-08-27 05:14:57 +0900
commit3b5c43bbf3fbf2cb987b00dd10fafe1029cfc411 (patch)
tree6ad13a2a9c791ce0b54e09e217b9f3c36d2bff86 /PKGBUILD
parentd106f2691b92b2b98c0efd66872c199768b81f4c (diff)
downloadaur-3b5c43bbf3fbf2cb987b00dd10fafe1029cfc411.tar.gz
Revert "Remove USE_LABELED_IPSEC=false"
This reverts commit d106f2691b92b2b98c0efd66872c199768b81f4c.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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