Update to xz-5.4.1.

This commit is contained in:
Andrius Štikonas 2023-02-27 12:03:03 +08:00
parent d8c033aa79
commit 1a2a4c1c6c
8 changed files with 9 additions and 47 deletions

View file

@ -1,17 +0,0 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -f
}
src_configure() {
./configure \
--prefix="${PREFIX}" \
--disable-shared \
--build=i386-unknown-linux-musl \
--libdir="${LIBDIR}"
}