summaryrefslogtreecommitdiffstats
path: root/main/openvpn-auth-ldap
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn-auth-ldap')
-rw-r--r--main/openvpn-auth-ldap/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openvpn-auth-ldap/APKBUILD b/main/openvpn-auth-ldap/APKBUILD
index 0ef937682..15adbfd97 100644
--- a/main/openvpn-auth-ldap/APKBUILD
+++ b/main/openvpn-auth-ldap/APKBUILD
@@ -2,7 +2,7 @@
pkgname=openvpn-auth-ldap
pkgver=2.0.3
_openvpnver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="LDAP authentication and authorization plugin for OpenVPN 2.x"
url="http://code.google.com/p/openvpn-auth-ldap/"
arch="all"
@@ -19,6 +19,7 @@ _builddir="$srcdir"/auth-ldap-$pkgver
prepare() {
cd "$_builddir"
# apply patches here
+ sed -i -e '/<objc\/objc-api.h>/d' configure
}
build() {