mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
XZ Utils 5.0.5
This commit is contained in:
parent
f59909142d
commit
c345001ee8
7 changed files with 69 additions and 9 deletions
19
sysa/xz-5.0.5/patches/xz_automake.patch
Normal file
19
sysa/xz-5.0.5/patches/xz_automake.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue