aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvpn-auth-ldap
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-01 09:50:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-01 09:54:25 +0000
commitcc0bb2324fe9aa754fe3243be04daaf0a2ffe8b4 (patch)
tree4f3b25d5d0a13502b8bb07b57cd5f3b73ed0d5ea /main/openvpn-auth-ldap
parent4b5a82a44d8fc972c7c56ed7ac1133473b66fd84 (diff)
downloadaports-cc0bb2324fe9aa754fe3243be04daaf0a2ffe8b4.tar.bz2
aports-cc0bb2324fe9aa754fe3243be04daaf0a2ffe8b4.tar.xz
main/openvpn-auth-ldap: rebuild against libobjc.so.3
ref #1036 (cherry picked from commit d1f4ce30f7b34bd17c2084506a8013023499a449)
Diffstat (limited to 'main/openvpn-auth-ldap')
-rw-r--r--main/openvpn-auth-ldap/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/openvpn-auth-ldap/APKBUILD b/main/openvpn-auth-ldap/APKBUILD
index 44d3611706..0ef937682c 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=0
+pkgrel=1
pkgdesc="LDAP authentication and authorization plugin for OpenVPN 2.x"
url="http://code.google.com/p/openvpn-auth-ldap/"
arch="all"
@@ -27,8 +27,9 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --with-openvpn="$srcdir"/openvpn-$_openvpnver
-
+ --with-openvpn="$srcdir"/openvpn-$_openvpnver \
+ --with-objc-runtime=GNU \
+ || return 1
make || return 1
}