summaryrefslogtreecommitdiffstats
path: root/main/openvpn-auth-ldap
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-08-16 08:49:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-08-16 08:49:37 +0000
commit49b3a7dfeb6f9c832a61ded3b6eda96661dc5b06 (patch)
treecb115eb01d17ccccfbd3bdb916c23136b579b7bf /main/openvpn-auth-ldap
parent49702ab31630f7ff9823d7854bc687931410ba67 (diff)
downloadaports-49b3a7dfeb6f9c832a61ded3b6eda96661dc5b06.tar.bz2
aports-49b3a7dfeb6f9c832a61ded3b6eda96661dc5b06.tar.xz
main/openvpn-auth-ldap: update config.sub
Diffstat (limited to 'main/openvpn-auth-ldap')
-rw-r--r--main/openvpn-auth-ldap/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openvpn-auth-ldap/APKBUILD b/main/openvpn-auth-ldap/APKBUILD
index 50e2b93bf..18cffc0cb 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() {