aboutsummaryrefslogtreecommitdiffstats
path: root/main/iceauth/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/iceauth/APKBUILD')
-rw-r--r--main/iceauth/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/iceauth/APKBUILD b/main/iceauth/APKBUILD
index 42712528df0..77fad92b3b5 100644
--- a/main/iceauth/APKBUILD
+++ b/main/iceauth/APKBUILD
@@ -12,7 +12,10 @@ makedepends="pkgconfig libice-dev"
source="http://xorg.freedesktop.org/releases/individual/app/iceauth-$pkgver.tar.bz2"
build() {
cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--mandir=/usr/share/man \
|| return 1
make || return 1