summaryrefslogtreecommitdiff
path: root/repo/system/xz
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-17 19:10:55 +0100
committerdavidovski <david@davidovski.xyz>2022-05-17 19:10:55 +0100
commit50fb6c032e72a26b3fd881a18e1d1f535c95e0fc (patch)
tree67e7043022f14f601dddd87be911d38a4d58269c /repo/system/xz
parent213021de0aaf5439db7d58ca1447db4ae6af92be (diff)
fixed packages for llvm based toolchain
Diffstat (limited to 'repo/system/xz')
-rw-r--r--repo/system/xz/xz.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/xz/xz.xibuild b/repo/system/xz/xz.xibuild
index a1d4e17..9c1f849 100644
--- a/repo/system/xz/xz.xibuild
+++ b/repo/system/xz/xz.xibuild
@@ -9,7 +9,7 @@ DESC="Tools for the lzma and xz compression formats"
build () {
- ./autogen.sh
+ autoreconf -fi
./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/xz-$PKG_VER
make
}