mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
mail-client/thunderbird: sync disable-elf hack condition for ppc64
Closes: https://bugs.gentoo.org/930779 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -1015,7 +1015,13 @@ src_configure() {
|
||||
# With Firefox-115esr elf-hack=relr isn't available (only in rapid).
|
||||
# Solution: Disable build system's elf-hack completely, and add "-z,pack-relative-relocs"
|
||||
# manually with gcc.
|
||||
mozconfig_add_options_ac 'elf-hack disabled' --disable-elf-hack
|
||||
#
|
||||
# # elf-hack configure option isn't available on ppc64/riscv, #916259, #929244, #930046.
|
||||
if use ppc64 || use riscv ; then
|
||||
:;
|
||||
else
|
||||
mozconfig_add_options_ac 'elf-hack disabled' --disable-elf-hack
|
||||
fi
|
||||
|
||||
if use amd64 || use x86 ; then
|
||||
! use clang && append-ldflags "-z,pack-relative-relocs"
|
||||
|
||||
Reference in New Issue
Block a user