aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/strongswan/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/strongswan/APKBUILD b/testing/strongswan/APKBUILD
index d875d562a3..7c624866a1 100644
--- a/testing/strongswan/APKBUILD
+++ b/testing/strongswan/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Jesse Young <jlyo@jlyo.org>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=strongswan
pkgver=5.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="IPsec-based VPN solution focused on security and ease of use, supporting IKEv1/IKEv2 and MOBIKE"
url="http://www.strongswan.org/"
arch="all"
@@ -24,6 +24,8 @@ prepare() {
*.patch) msg $i; patch -Np1 -i "$srcdir"/$i || return 1;;
esac
done
+ # the headers they ship conflicts with the real thing.
+ rm -r src/include/linux
}
build() {