From cc0bb2324fe9aa754fe3243be04daaf0a2ffe8b4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 1 Mar 2012 09:50:12 +0000 Subject: main/openvpn-auth-ldap: rebuild against libobjc.so.3 ref #1036 (cherry picked from commit d1f4ce30f7b34bd17c2084506a8013023499a449) --- main/openvpn-auth-ldap/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main/openvpn-auth-ldap') 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 } -- cgit v1.2.3