summaryrefslogtreecommitdiffstats
path: root/main/abiword/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/abiword/APKBUILD')
-rw-r--r--main/abiword/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD
index 5845ae2e2..e961420b0 100644
--- a/main/abiword/APKBUILD
+++ b/main/abiword/APKBUILD
@@ -46,7 +46,10 @@ prepare() {
build() {
cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--enable-shared \
--disable-static \
--enable-plugins \