Date: Tuesday, December 6, 2022 @ 18:44:36
  Author: foutrelis
Revision: 1356868

upgpkg: electron19 19.1.4-4: re2 20221201 rebuild

Modified:
  electron19/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 18:44:02 UTC (rev 1356867)
+++ PKGBUILD    2022-12-06 18:44:36 UTC (rev 1356868)
@@ -6,7 +6,7 @@
 _chromiumver=102.0.5005.167
 _gcc_patchset=6
 # shellcheck disable=SC2034
-pkgrel=3
+pkgrel=4
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -216,6 +216,9 @@
   export AR=ar
   export NM=nm
 
+  # https://github.com/webpack/webpack/issues/14532
+  export NODE_OPTIONS=--openssl-legacy-provider
+
   # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
   CFLAGS+='   -Wno-builtin-macro-redefined'
   CXXFLAGS+=' -Wno-builtin-macro-redefined'

Reply via email to