summaryrefslogtreecommitdiffstats
path: root/main/gucharmap
diff options
context:
space:
mode:
Diffstat (limited to 'main/gucharmap')
-rw-r--r--main/gucharmap/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gucharmap/APKBUILD b/main/gucharmap/APKBUILD
index e942c30ae..e7078e43e 100644
--- a/main/gucharmap/APKBUILD
+++ b/main/gucharmap/APKBUILD
@@ -21,7 +21,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \