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