aboutsummaryrefslogtreecommitdiffstats
path: root/main/gegl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gegl/APKBUILD')
-rw-r--r--main/gegl/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gegl/APKBUILD b/main/gegl/APKBUILD
index 5f4d40521bf..56987a3d38b 100644
--- a/main/gegl/APKBUILD
+++ b/main/gegl/APKBUILD
@@ -24,7 +24,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--with-librsvg \
--disable-docs \
|| return 1