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