4c0036
diff -up firefox-60.4.0/toolkit/moz.configure.disable-elfhack firefox-60.4.0/toolkit/moz.configure
4c0036
--- firefox-60.4.0/toolkit/moz.configure.disable-elfhack	2019-01-03 14:47:00.566556623 +0100
4c0036
+++ firefox-60.4.0/toolkit/moz.configure	2019-01-03 14:49:14.243887620 +0100
4c0036
@@ -1192,7 +1192,7 @@ with only_when(has_elfhack):
4c0036
     option('--disable-elf-hack', help='Disable elf hacks')
4c0036
 
4c0036
     set_config('USE_ELF_HACK',
4c0036
-               depends_if('--enable-elf-hack')(lambda _: True))
4c0036
+               depends_if('--enable-elf-hack')(lambda _: False))
4c0036
 
4c0036
 
4c0036
 @depends(check_build_environment)