summaryrefslogtreecommitdiffstats
path: root/main/gdnsd
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-08-02 13:33:16 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-08-02 13:33:16 +0300
commite0fbb3fb419b93457aa26da671c3dc2a729c4853 (patch)
tree75995f5338f42c7b636ba5c815c7067c295e7d5a /main/gdnsd
parent98489f422cf7117532c21260f212b80754a92e41 (diff)
downloadaports-e0fbb3fb419b93457aa26da671c3dc2a729c4853.tar.bz2
aports-e0fbb3fb419b93457aa26da671c3dc2a729c4853.tar.xz
main/userspace-rcu, gdnsd: update ./configure parameters
Diffstat (limited to 'main/gdnsd')
-rw-r--r--main/gdnsd/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD
index 49ee35bcb..9c6af37a2 100644
--- a/main/gdnsd/APKBUILD
+++ b/main/gdnsd/APKBUILD
@@ -32,7 +32,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-fast-install \