aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdnsd
diff options
context:
space:
mode:
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 49ee35bcb6..9c6af37a2c 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 \