aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-08 08:09:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-08 08:10:34 +0000
commit300ded1ba88e3b3e8c932f5026e7bf4230c33e0e (patch)
tree8fc8399cf58ef26da7f4c6f38a8d6563636a357f /testing
parentbd095fa1bddc0a4d1b6fb5d3217fe246f6f00776 (diff)
downloadaports-300ded1ba88e3b3e8c932f5026e7bf4230c33e0e.tar.bz2
aports-300ded1ba88e3b3e8c932f5026e7bf4230c33e0e.tar.xz
testing/strongswan: build fix for musl. use system headers
and claim maintainership
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() {