mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
GNU findutils 4.2.33
This commit is contained in:
parent
fdec1c0380
commit
28779bc9ba
6 changed files with 31 additions and 0 deletions
12
sysa/findutils-4.2.33/findutils-4.2.33.sh
Executable file
12
sysa/findutils-4.2.33/findutils-4.2.33.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.61 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Musl is not recognized, pretend to be uClibc
|
||||
CC=tcc ./configure --prefix="${PREFIX}" CPPFLAGS="-D__UCLIBC__"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue