268ae0028c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/firefox#c8daf71be4963daab37d810024e0a6e7f04cf2dd
13 lines
591 B
Diff
13 lines
591 B
Diff
diff -up firefox-65.0/toolkit/moz.configure.disable-elfhack firefox-65.0/toolkit/moz.configure
|
|
--- firefox-65.0/toolkit/moz.configure.disable-elfhack 2019-01-28 14:16:48.530345132 +0100
|
|
+++ firefox-65.0/toolkit/moz.configure 2019-01-28 14:18:03.231029682 +0100
|
|
@@ -1036,7 +1036,7 @@ with only_when('--enable-compile-environ
|
|
help='{Enable|Disable} elf hacks')
|
|
|
|
set_config('USE_ELF_HACK',
|
|
- depends_if('--enable-elf-hack')(lambda _: True))
|
|
+ depends_if('--enable-elf-hack')(lambda _: False))
|
|
|
|
|
|
@depends(check_build_environment)
|