{ungoogled-,}chromium,chromedriver: 130.0.6723.58 -> 130.0.6723.69 (#351519)
[NixPkgs.git] / pkgs / development / interpreters / spidermonkey / allow-system-s-nspr-and-icu-on-bootstrapped-sysroot-128.patch
blob997164dd983fb8cb82d262726af66413d6143ce5
1 From a26bb162d9403138d64b84e8fa4f0471084c45b2 Mon Sep 17 00:00:00 2001
2 From: "Kirill A. Korinsky" <kirill@korins.ky>
3 Date: Fri, 8 Jul 2022 21:21:25 +0200
4 Subject: [PATCH] Allow system's nspr and icu on bootstrapped sysroot
6 This patch partially reverts https://github.com/mozilla/gecko-dev/commit/9aa3587bbf0416dd2eb5b614f7b301c71c64286b
7 ---
8 build/moz.configure/nspr.configure | 2 +-
9 js/moz.configure | 2 +-
10 2 files changed, 2 insertions(+), 2 deletions(-)
12 diff --git a/build/moz.configure/nspr.configure b/build/moz.configure/nspr.configure
13 index bc6d62982b87a..8346f08b86923 100644
14 --- a/build/moz.configure/nspr.configure
15 +++ b/build/moz.configure/nspr.configure
16 @@ -19,7 +19,7 @@ def enable_nspr_build(enable):
17 return enable
20 -system_lib_option(
21 +option(
22 "--with-system-nspr",
23 help="Use system NSPR",
24 when=use_pkg_config,
25 diff --git a/js/moz.configure b/js/moz.configure
26 index 8fb51095876fa..7629b29d33c8f 100644
27 --- a/js/moz.configure
28 +++ b/js/moz.configure
29 @@ -1296,7 +1296,7 @@ set_define(
31 # ECMAScript Internationalization API Support (uses ICU)
32 # ======================================================
33 -system_lib_option(
34 +option(
35 "--with-system-icu",
36 help="Use system ICU",
37 when=use_pkg_config,