aboutsummaryrefslogtreecommitdiffstats
path: root/main/goffice0.8/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/goffice0.8/APKBUILD')
-rw-r--r--main/goffice0.8/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/goffice0.8/APKBUILD b/main/goffice0.8/APKBUILD
index 54829f2cdd5..cde30efe601 100644
--- a/main/goffice0.8/APKBUILD
+++ b/main/goffice0.8/APKBUILD
@@ -30,7 +30,10 @@ prepare() {
build() {
cd "$srcdir"/$_realname-$pkgver
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-gconf \