diff options
Diffstat (limited to 'main/xen/APKBUILD')
-rw-r--r-- | main/xen/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index 8c4abb98d..7ec7f33e9 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 |