summaryrefslogtreecommitdiff
path: root/www-client/firefox/firefox-124.0.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-24 19:00:40 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-24 19:00:40 +0000
commita7689c2abcff4374b84d95fb2df980ec9a566965 (patch)
treec3a326274492772c07c074a813f1047d5d7f3d62 /www-client/firefox/firefox-124.0.1.ebuild
parentb1193c219a8c8da6e1e76cb5d394da129abbca41 (diff)
gentoo auto-resync : 24:03:2024 - 19:00:40
Diffstat (limited to 'www-client/firefox/firefox-124.0.1.ebuild')
-rw-r--r--www-client/firefox/firefox-124.0.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-124.0.1.ebuild b/www-client/firefox/firefox-124.0.1.ebuild
index a0957eca1455..892931985d27 100644
--- a/www-client/firefox/firefox-124.0.1.ebuild
+++ b/www-client/firefox/firefox-124.0.1.ebuild
@@ -1052,7 +1052,10 @@ src_configure() {
fi
# elf-hack
+ # Filter "-z,pack-relative-relocs" and let the build system handle it instead.
if use amd64 || use x86 ; then
+ filter-flags "-z,pack-relative-relocs"
+
if tc-ld-is-mold ; then
# relr-elf-hack is currently broken with mold, bgo#916259
mozconfig_add_options_ac 'disable elf-hack with mold linker' --disable-elf-hack