Date: Tuesday, December 6, 2022 @ 17:56:31
  Author: foutrelis
Revision: 1356850

upgpkg: electron18 18.3.15-4: re2 20221201 rebuild

Modified:
  electron18/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 17:56:29 UTC (rev 1356849)
+++ PKGBUILD    2022-12-06 17:56:31 UTC (rev 1356850)
@@ -6,7 +6,7 @@
 _chromiumver=100.0.4896.160
 _gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=3
+pkgrel=4
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -222,6 +222,9 @@
   export AR=ar
   export NM=nm
 
+  # https://github.com/webpack/webpack/issues/14532
+  export NODE_OPTIONS=--openssl-legacy-provider
+
   CFLAGS="${CFLAGS/-fexceptions/}"
   CXXFLAGS="${CXXFLAGS/-fexceptions/}"
 

Reply via email to