Date: Tuesday, December 6, 2022 @ 17:55:57
Author: foutrelis
Revision: 1356846
upgpkg: electron 20.0.3-4: re2 20221201 rebuild
Modified:
electron/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 17:52:05 UTC (rev 1356845)
+++ PKGBUILD 2022-12-06 17:55:57 UTC (rev 1356846)
@@ -7,7 +7,7 @@
_chromiumver=104.0.5112.81
_gcc_patchset=2
# shellcheck disable=SC2034
-pkgrel=3
+pkgrel=4
_major_ver=${pkgver%%.*}
if [[ ${_use_suffix} != 0 ]]; then
@@ -214,6 +214,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'