aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-03-19 11:23:49 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-03-19 11:23:49 +0000
commite179289e48146ba2734a88ce30d793b3ff546252 (patch)
tree03d3ff0507543ada57b74270994e8054588b8641 /testing
parenta38dc405cd2949944f345d89ec7276eaa076dd21 (diff)
downloadaports-e179289e48146ba2734a88ce30d793b3ff546252.tar.bz2
aports-e179289e48146ba2734a88ce30d793b3ff546252.tar.xz
testing/libnxml: fix build in ppc64/aarch64 due to config.guess outdated
Diffstat (limited to 'testing')
-rw-r--r--testing/libnxml/APKBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/libnxml/APKBUILD b/testing/libnxml/APKBUILD
index eea5af87bf..0240e8114a 100644
--- a/testing/libnxml/APKBUILD
+++ b/testing/libnxml/APKBUILD
@@ -12,6 +12,12 @@ subpackages="$pkgname-dev"
source="http://www.autistici.org/bakunin/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
+prepare() {
+ default_prepare
+ cd "$builddir"
+ update_config_guess
+}
+
build() {
cd "$builddir"
./configure --prefix=/usr