96a45b
diff -up thunderbird-68.1.1/toolkit/moz.configure.elfhack thunderbird-68.1.1/toolkit/moz.configure
96a45b
--- thunderbird-68.1.1/toolkit/moz.configure.elfhack	2019-10-04 08:33:32.881241826 +0200
96a45b
+++ thunderbird-68.1.1/toolkit/moz.configure	2019-10-04 08:38:35.422159976 +0200
96a45b
@@ -1130,7 +1130,7 @@ with only_when('--enable-compile-environ
96a45b
                help='{Enable|Disable} elf hacks')
714dda
 
96a45b
         set_config('USE_ELF_HACK',
96a45b
-                   depends_if('--enable-elf-hack')(lambda _: True))
96a45b
+                   depends_if('--enable-elf-hack')(lambda _: False))
714dda
 
714dda
 
714dda
 @depends(check_build_environment)