summaryrefslogtreecommitdiff
path: root/build-disable-elfhack.patch
blob: 11e6a54ffa619c2be6bd21e5a42714d799c8c58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up firefox-62.0.2/toolkit/moz.configure.elfhack firefox-62.0.2/toolkit/moz.configure
--- firefox-62.0.2/toolkit/moz.configure.elfhack	2018-09-27 14:32:56.549507561 +0200
+++ firefox-62.0.2/toolkit/moz.configure	2018-09-27 14:33:08.219532121 +0200
@@ -1195,7 +1195,7 @@ with only_when(has_elfhack):
     option('--disable-elf-hack', help='Disable elf hacks')
 
     set_config('USE_ELF_HACK',
-               depends_if('--enable-elf-hack')(lambda _: True))
+               depends_if('--enable-elf-hack')(lambda _: False))
 
 
 @depends(check_build_environment)
bgstack15