firefox/build-disable-elfhack.patch
Tomas Popela afb435ac43 Sync snapshot of Firefox ESR 128 rebase into RHEL 10
To drop the requirements on dbus-glib which we want to remove from RHEL
10.

Related: RHEL-24328
Related: DESKTOP-742
Related: RHELMISC-5474
2024-07-02 11:49:36 +02:00

13 lines
614 B
Diff

diff -up firefox-128.0/toolkit/moz.configure.disable-elfhack firefox-128.0/toolkit/moz.configure
--- firefox-128.0/toolkit/moz.configure.disable-elfhack 2024-06-19 17:24:29.964976617 +0200
+++ firefox-128.0/toolkit/moz.configure 2024-06-19 17:24:53.015843805 +0200
@@ -1553,7 +1553,7 @@ with only_when("--enable-compile-environ
@depends(host, target)
def has_elfhack(host, target):
return (
- target.kernel == "Linux"
+ False and target.kernel == "Linux"
and host.kernel == "Linux"
and target.cpu in ("arm", "aarch64", "x86", "x86_64")
)