thunderbird/SOURCES/build-disable-elfhack.patch

13 lines
599 B
Diff
Raw Normal View History

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