diff options
Diffstat (limited to 'main/php-xcache/APKBUILD')
-rw-r--r-- | main/php-xcache/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php-xcache/APKBUILD b/main/php-xcache/APKBUILD index 677eec0cd..681eb6850 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 \ |