aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnome-bluetooth/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gnome-bluetooth/APKBUILD')
-rw-r--r--main/gnome-bluetooth/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gnome-bluetooth/APKBUILD b/main/gnome-bluetooth/APKBUILD
index 182e9765aef..4666c4eb054 100644
--- a/main/gnome-bluetooth/APKBUILD
+++ b/main/gnome-bluetooth/APKBUILD
@@ -32,7 +32,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-desktop-update \