mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 09:01:55 +02:00
app-arch/lbzip2: Sync with Gentoo
It's from Gentoo commit 4ef726839f212339d1244880c029d6b89a59d71e.
This commit is contained in:
parent
ba828ac4da
commit
5933f8a157
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit autotools flag-o-matic
|
inherit autotools flag-o-matic toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="Parallel bzip2 utility"
|
DESCRIPTION="Parallel bzip2 utility"
|
||||||
HOMEPAGE="https://github.com/kjn/lbzip2/"
|
HOMEPAGE="https://github.com/kjn/lbzip2/"
|
||||||
@ -29,6 +29,10 @@ src_prepare() {
|
|||||||
src_configure() {
|
src_configure() {
|
||||||
use static && append-ldflags -static
|
use static && append-ldflags -static
|
||||||
|
|
||||||
|
# fix clang miscompilation: #910438
|
||||||
|
# see also: https://github.com/llvm/llvm-project/issues/87189
|
||||||
|
tc-is-clang && test-flag-CC -mno-avx512f && append-cflags -mno-avx512f
|
||||||
|
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
$(use_enable debug tracing)
|
$(use_enable debug tracing)
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user