diff options
Diffstat (limited to 'main/openobex/APKBUILD')
-rw-r--r-- | main/openobex/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/openobex/APKBUILD b/main/openobex/APKBUILD index 30438bb88a..d784c4ccb5 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 \ |