mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 13:25:25 +01:00
Update to xz-5.4.1.
This commit is contained in:
parent
d8c033aa79
commit
1a2a4c1c6c
8 changed files with 9 additions and 47 deletions
|
|
@ -64,7 +64,7 @@ else
|
|||
mkdir -p "${DISTFILES}"
|
||||
fi
|
||||
|
||||
build xz-5.0.5
|
||||
build xz-5.4.1
|
||||
|
||||
build file-5.44
|
||||
|
||||
|
|
|
|||
|
|
@ -1,19 +0,0 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
SPDX-License-Identifier: Unlicense
|
||||
|
||||
Build with Automake 1.10
|
||||
|
||||
--- configure.ac 2021-03-25 21:25:45.309736487 +0000
|
||||
+++ configure.ac 2021-03-25 21:28:06.683426486 +0000
|
||||
@@ -417,8 +417,8 @@
|
||||
echo "Initializing Automake:"
|
||||
|
||||
# Automake 1.10 should still be enough but you need to omit serial-tests.
|
||||
-dnl AM_INIT_AUTOMAKE([1.10 foreign tar-v7 filename-length-max=99])
|
||||
-AM_INIT_AUTOMAKE([1.12 foreign tar-v7 filename-length-max=99 serial-tests])
|
||||
+AM_INIT_AUTOMAKE([1.10 foreign tar-v7 filename-length-max=99])
|
||||
+dnl AM_INIT_AUTOMAKE([1.12 foreign tar-v7 filename-length-max=99 serial-tests])
|
||||
AC_PROG_LN_S
|
||||
|
||||
AC_PROG_CC_C99
|
||||
|
|
@ -1 +0,0 @@
|
|||
http://ixpeering.dl.sourceforge.net/project/lzmautils/xz-5.0.5.tar.bz2 166c48d2842519bc4f96333bff9e265f8cdda44d38e40594ef3f9bbb52890490
|
||||
1
sysc/xz-5.4.1/sources
Normal file
1
sysc/xz-5.4.1/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
http://ixpeering.dl.sourceforge.net/project/lzmautils/xz-5.4.1.tar.bz2 dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
|
||||
|
|
@ -3,15 +3,18 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
# Delete translation catalogs
|
||||
find . -name "*.gmo" -delete
|
||||
rm -rf po4a/man
|
||||
|
||||
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -f
|
||||
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 AUTOCONF=autoconf-2.69 AUTOM4TE=autom4te-2.69 autoreconf-2.69 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--disable-shared \
|
||||
--disable-nls \
|
||||
--build=i386-unknown-linux-musl \
|
||||
--libdir="${LIBDIR}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue