GNU findutils 4.2.33

This commit is contained in:
Andrius Štikonas 2021-03-25 17:52:31 +00:00
parent fdec1c0380
commit 28779bc9ba
6 changed files with 31 additions and 0 deletions

View 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__"
}