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