aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/xen/APKBUILD')
-rw-r--r--main/xen/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD
index 8c4abb98dcc..7ec7f33e907 100644
--- a/main/xen/APKBUILD
+++ b/main/xen/APKBUILD
@@ -76,7 +76,10 @@ build() {
cd "$_builddir"
msg "Running configure..."
- ./configure || return 1
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ || return 1
# Unset CFLAGS and LDFLAGS because the xen build system
# doesn't support them. Instead use .config in xen root