summaryrefslogtreecommitdiffstats
path: root/main/openobex/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/openobex/APKBUILD')
-rw-r--r--main/openobex/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/openobex/APKBUILD b/main/openobex/APKBUILD
index 30438bb88..d784c4ccb 100644
--- a/main/openobex/APKBUILD
+++ b/main/openobex/APKBUILD
@@ -15,7 +15,10 @@ source="http://downloads.sourceforge.net/project/openobex/openobex/$pkgver/openo
_builddir="$srcdir"/openobex-$pkgver-Source
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--enable-apps \
--enable-irda \
--enable-bluetooth \