mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
sci-libs/blas-lapack-aux-wrapper: only allow bfd or lld
mold doesn't implement required functionality. I've not bothered w/ BDEPEND or a pkg_* check given a mold-only system seems pretty unlikely, but may need to change that in future. Closes: https://bugs.gentoo.org/965199 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
1230847429
commit
a6dd39939a
@ -40,6 +40,11 @@ BDEPEND="
|
||||
QA_FLAGS_IGNORED=".*"
|
||||
|
||||
src_configure() {
|
||||
# We rely on some specific linker features (bug #965199)
|
||||
if ! tc-ld-is-bfd && ! tc-ld-is-lld; then
|
||||
tc-ld-force-bfd
|
||||
fi
|
||||
|
||||
local emesonargs=(
|
||||
-Dilp64=$(usex index64 true false)
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user