aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvpn-auth-ldap/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn-auth-ldap/APKBUILD')
-rw-r--r--main/openvpn-auth-ldap/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/openvpn-auth-ldap/APKBUILD b/main/openvpn-auth-ldap/APKBUILD
index ab58d527a45..50e2b93bf40 100644
--- a/main/openvpn-auth-ldap/APKBUILD
+++ b/main/openvpn-auth-ldap/APKBUILD
@@ -24,7 +24,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \