diff options
author | Martin Stransky <stransky@redhat.com> | 2019-01-28 14:53:26 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-01-28 14:53:26 +0100 |
commit | eec2ffa6e4f9ca24edca21392882a65abc3fb15f (patch) | |
tree | 903762f553140c0f96ed73541d44022adb066076 /build-disable-elfhack.patch | |
parent | Rebuild (diff) | |
download | librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.gz librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.bz2 librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.zip |
Update to Firefox 65.0 build 2
Diffstat (limited to 'build-disable-elfhack.patch')
-rw-r--r-- | build-disable-elfhack.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build-disable-elfhack.patch b/build-disable-elfhack.patch index 172ecf0..a80c551 100644 --- a/build-disable-elfhack.patch +++ b/build-disable-elfhack.patch @@ -1,8 +1,8 @@ -diff -up firefox-63.0/toolkit/moz.configure.disable-elfhack firefox-63.0/toolkit/moz.configure ---- firefox-63.0/toolkit/moz.configure.disable-elfhack 2018-10-18 13:35:35.870039190 +0200 -+++ firefox-63.0/toolkit/moz.configure 2018-10-18 13:36:41.682515492 +0200 -@@ -1010,7 +1010,7 @@ with only_when('--enable-compile-environ - help='Disable elf hacks') +diff -up firefox-65.0/toolkit/moz.configure.disable-elfhack firefox-65.0/toolkit/moz.configure +--- firefox-65.0/toolkit/moz.configure.disable-elfhack 2019-01-28 14:16:48.530345132 +0100 ++++ firefox-65.0/toolkit/moz.configure 2019-01-28 14:18:03.231029682 +0100 +@@ -1036,7 +1036,7 @@ with only_when('--enable-compile-environ + help='{Enable|Disable} elf hacks') set_config('USE_ELF_HACK', - depends_if('--enable-elf-hack')(lambda _: True)) |