summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2017-05-31 01:05:58 +0200
committerNoel Kuntze2017-05-31 01:05:58 +0200
commit81643f4846dfcfd3876dcaf1c55aa314684021ae (patch)
tree0136c194eca38a9d82041d1ef2ede02bde2ad1fe
parent5eff6f2bc56f5a94438e172c5426a8fdf7b2fec0 (diff)
downloadaur-strongswan.tar.gz
Enable integrity testing (Prevents mixing of new and old libs)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a5f28484225..7e981b87b89c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue May 30 12:17:06 UTC 2017
+# Tue May 30 23:05:52 UTC 2017
pkgbase = strongswan
pkgdesc = open source IPsec implementation
pkgver = 5.5.3
@@ -27,6 +27,7 @@ pkgbase = strongswan
depends = pam
conflicts = openswan
options = !libtool
+ options = !strip
backup = etc/ipsec.conf
backup = etc/ipsec.secrets
backup = etc/swanctl/swanctl.conf
diff --git a/PKGBUILD b/PKGBUILD
index baf49ab1e248..719981b4641d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ arch=('i686' 'x86_64')
depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'pam')
makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'systemd' 'pam')
conflicts=('openswan')
-options=(!libtool)
+options=(!libtool !strip)
backup=(
etc/ipsec.conf
etc/ipsec.secrets
@@ -68,6 +68,7 @@ build() {
--libexecdir=/usr/lib \
--with-ipsecdir=/usr/lib/strongswan \
--with-nm-ca-dir=/etc/ssl/certs \
+ --enable-integrity-test \
--enable-sqlite \
--enable-openssl --enable-curl \
--enable-sql --enable-attr-sql \