mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Enable additional tools in coreutils-5.0 phase 1
These utilities can be enabled with only a small amount of additional patches. In particular sort, expr, uniq,and hostname are used by some ./configure.sh scripts.
This commit is contained in:
parent
dd7905c05c
commit
7a13158e79
5 changed files with 76 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021-22 fosslinux <fosslinux@aussies.space>
|
||||
# SPDX-FileCopyrightText: 2023 Emily Trau <emily@downunderctf.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
|
@ -39,6 +40,8 @@ patch -Np0 -i ../../patches/ls-strcmp.patch
|
|||
patch -Np0 -i ../../patches/touch-getdate.patch
|
||||
patch -Np0 -i ../../patches/touch-dereference.patch
|
||||
patch -Np0 -i ../../patches/tac-uint64.patch
|
||||
patch -Np0 -i ../../patches/expr-strcmp.patch
|
||||
patch -Np0 -i ../../patches/sort-locale.patch
|
||||
|
||||
# Build and install
|
||||
make -f Makefile PREFIX=${prefix}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue