diff options
Diffstat (limited to 'main/rt4/APKBUILD')
-rw-r--r-- | main/rt4/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/rt4/APKBUILD b/main/rt4/APKBUILD index 1621ed11a0..82e064ad91 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 \ |