aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-06-10 18:45:48 -0600
committerAriadne Conill <ariadne@dereferenced.org>2021-06-10 18:45:48 -0600
commit3feb3981c719a47b33765f5dc9db7f45f6158d51 (patch)
tree5d590016bc0af2935f1d402987a6e9bd7a5b48b5
parenta67c9cc2de6f6ed205b28705d841793e0e659fd1 (diff)
community/xmlstarlet: fix build on riscv64
-rw-r--r--community/xmlstarlet/APKBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/xmlstarlet/APKBUILD b/community/xmlstarlet/APKBUILD
index e3fed882522..c4d91935a41 100644
--- a/community/xmlstarlet/APKBUILD
+++ b/community/xmlstarlet/APKBUILD
@@ -11,6 +11,12 @@ makedepends="ghostscript libxml2-dev libxslt-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/xmlstar/files/xmlstarlet/$pkgver/xmlstarlet-$pkgver.tar.gz/download"
+prepare() {
+ default_prepare
+ update_config_guess
+ update_config_sub
+}
+
build() {
LIBXSLT_PREFIX=/usr \
LIBXML_PREFIX=/usr \