summaryrefslogtreecommitdiffstats
path: root/main/libxpm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxpm/APKBUILD')
-rw-r--r--main/libxpm/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/libxpm/APKBUILD b/main/libxpm/APKBUILD
index ae409ebc4..90c31e2c2 100644
--- a/main/libxpm/APKBUILD
+++ b/main/libxpm/APKBUILD
@@ -15,7 +15,10 @@ source="http://xorg.freedesktop.org/releases/individual/lib/libXpm-$pkgver.tar.b
depends_dev="libx11-dev"
build() {
cd "$srcdir"/libXpm-$pkgver
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--sysconfdir=/etc \
|| return 1
make || return 1