diff options
Diffstat (limited to 'main/rest/APKBUILD')
-rw-r--r-- | main/rest/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/rest/APKBUILD b/main/rest/APKBUILD index 210833313f..5fcfcfd612 100644 --- a/main/rest/APKBUILD +++ b/main/rest/APKBUILD @@ -27,7 +27,10 @@ prepare() { build() { cd "$_builddir" - ./configure --prefix=/usr \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ --disable-static \ --enable-introspection \ --without-gnome \ |