aboutsummaryrefslogtreecommitdiffstats
path: root/main/gamin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gamin/APKBUILD')
-rw-r--r--main/gamin/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gamin/APKBUILD b/main/gamin/APKBUILD
index 712be26613d..b13fe04779d 100644
--- a/main/gamin/APKBUILD
+++ b/main/gamin/APKBUILD
@@ -24,7 +24,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--disable-static \
--with-threads \
--disable-debug-api \