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