diff options
Diffstat (limited to 'main/gnome-bluetooth/APKBUILD')
-rw-r--r-- | main/gnome-bluetooth/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gnome-bluetooth/APKBUILD b/main/gnome-bluetooth/APKBUILD index 182e9765ae..4666c4eb05 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 \ |