From eec2ffa6e4f9ca24edca21392882a65abc3fb15f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 28 Jan 2019 14:53:26 +0100 Subject: Update to Firefox 65.0 build 2 --- build-disable-elfhack.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build-disable-elfhack.patch') 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)) -- cgit