diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/openvpn-auth-ldap/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openvpn-auth-ldap/APKBUILD b/main/openvpn-auth-ldap/APKBUILD index 50e2b93bf4..18cffc0cbe 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=3 +pkgrel=4 pkgdesc="LDAP authentication and authorization plugin for OpenVPN 2.x" url="http://code.google.com/p/openvpn-auth-ldap/" arch="all" @@ -20,6 +20,7 @@ prepare() { cd "$_builddir" # apply patches here sed -i -e '/<objc\/objc-api.h>/d' configure + update_config_sub } build() { |