diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-01 09:50:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-01 09:50:12 +0000 |
commit | d1f4ce30f7b34bd17c2084506a8013023499a449 (patch) | |
tree | 14162e86785336e5f9cf261522e1db0aa30564d8 /main/openvpn-auth-ldap | |
parent | 8e6cfadda61a26ef06d00ffe554d1b39fb2cdebe (diff) | |
download | aports-d1f4ce30f7b34bd17c2084506a8013023499a449.tar.bz2 aports-d1f4ce30f7b34bd17c2084506a8013023499a449.tar.xz |
main/openvpn-auth-ldap: rebuild against libobjc.so.3
fixes #1036
Diffstat (limited to 'main/openvpn-auth-ldap')
-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 } |