mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
app-arch/cpio: Sync with Gentoo
It's from Gentoo commit 1e32a7ebe3369e17b8b7ef7e3b9e63b5a9ae38fe.
This commit is contained in:
parent
9a4cbd93fd
commit
6d7d502d75
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multiprocessing
|
||||
inherit flag-o-matic multiprocessing
|
||||
|
||||
DESCRIPTION="File archival tool which can also read and write tar files"
|
||||
HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html"
|
||||
@ -30,6 +30,9 @@ QA_CONFIG_IMPL_DECL_SKIP=(
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
# https://savannah.gnu.org/bugs/?66297
|
||||
append-cflags -std=gnu17
|
||||
|
||||
local myeconfargs=(
|
||||
$(use_enable nls)
|
||||
--bindir="${EPREFIX}"/bin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user