mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
findlib.eclass: ignore TEXTRELS
Closes: https://bugs.gentoo.org/738418 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
parent
5094bd49be
commit
387f6b1989
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: findlib.eclass
|
||||
@ -68,6 +68,10 @@ findlib_src_preinst() {
|
||||
# @DESCRIPTION:
|
||||
# Install with a properly setup findlib
|
||||
findlib_src_install() {
|
||||
# OCaml generates textrels on 32-bit arches
|
||||
if use arm || use ppc || use x86 ; then
|
||||
export QA_TEXTRELS='.*'
|
||||
fi
|
||||
findlib_src_preinst
|
||||
make DESTDIR="${D}" "$@" install || die "make failed"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user