aboutsummaryrefslogtreecommitdiffstats
path: root/main/wget
diff options
context:
space:
mode:
Diffstat (limited to 'main/wget')
-rw-r--r--main/wget/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD
index 072352fd8f..204536e705 100644
--- a/main/wget/APKBUILD
+++ b/main/wget/APKBUILD
@@ -17,6 +17,8 @@ _builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \