aboutsummaryrefslogtreecommitdiffstats
path: root/main/rt4/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/rt4/APKBUILD')
-rw-r--r--main/rt4/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/rt4/APKBUILD b/main/rt4/APKBUILD
index 1621ed11a02..82e064ad91e 100644
--- a/main/rt4/APKBUILD
+++ b/main/rt4/APKBUILD
@@ -121,7 +121,10 @@ EOF
build() {
cd "$_builddir"
- ./configure --enable-layout=Alpine \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --enable-layout=Alpine \
--with-rt-group=rt4 \
--with-web-group=rt4 \
--with-web-user=rt4 \