From 21ea4d4e507b24c4bbd36518efc845d47ca851b8 Mon Sep 17 00:00:00 2001
|
From: Takuro Ashie <ashie@clear-code.com>
|
Date: Sun, 14 Jul 2019 20:59:21 +0900
|
Subject: [PATCH] firefox: Update to 60.0esr :tada:
|
|
commit 88652e61a4cfaf20130b73713468c8dc1dcf224a
|
|
Avoid running autoconf2.13
|
|
Use pre-generated old-configure instead.
|
|
Upstream-Status: Inappropriate [OE-specific]
|
|
---
|
build/moz.configure/old.configure | 2 ++
|
1 file changed, 2 insertions(+)
|
|
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
|
index 7286b23ce8..87702b5208 100644
|
--- a/build/moz.configure/old.configure
|
+++ b/build/moz.configure/old.configure
|
@@ -20,6 +20,7 @@ option(env='AUTOCONF', nargs=1, help='Path to autoconf 2.13')
|
@imports(_from='os.path', _import='exists')
|
@imports('re')
|
def autoconf(mozconfig, autoconf):
|
+ return "autoconf2.13"
|
mozconfig_autoconf = None
|
if mozconfig['path']:
|
make_extra = mozconfig['make_extra']
|
@@ -115,6 +116,7 @@ def prepare_configure(old_configure, mozconfig, autoconf, build_env, shell,
|
break
|
else:
|
refresh = False
|
+ refresh = False
|
|
if refresh:
|
log.info('Refreshing %s with %s', old_configure, autoconf)
|