aboutsummaryrefslogtreecommitdiffstats
path: root/main/php-xcache/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/php-xcache/APKBUILD')
-rw-r--r--main/php-xcache/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php-xcache/APKBUILD b/main/php-xcache/APKBUILD
index 677eec0cd3..681eb6850a 100644
--- a/main/php-xcache/APKBUILD
+++ b/main/php-xcache/APKBUILD
@@ -29,6 +29,8 @@ build() {
cd "$_builddir"
phpize --clean && phpize || return 1
./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
--prefix=/usr \
--enable-xcache \
--enable-xcache-constant \