diff options
Diffstat (limited to 'main/openvpn-auth-ldap/APKBUILD')
-rw-r--r-- | main/openvpn-auth-ldap/APKBUILD | 7 |
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 } |