diff options
Diffstat (limited to 'main/openvpn-auth-ldap/APKBUILD')
-rw-r--r-- | main/openvpn-auth-ldap/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/openvpn-auth-ldap/APKBUILD b/main/openvpn-auth-ldap/APKBUILD index ab58d527a4..50e2b93bf4 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 \ |