Date: Tuesday, December 6, 2022 @ 17:56:13
  Author: foutrelis
Revision: 1356848

upgpkg: electron17 17.4.11-4: re2 20221201 rebuild

Modified:
  electron17/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 17:56:10 UTC (rev 1356847)
+++ PKGBUILD    2022-12-06 17:56:13 UTC (rev 1356848)
@@ -6,7 +6,7 @@
 _chromiumver=98.0.4758.141
 _gcc_patchset=5
 # shellcheck disable=SC2034
-pkgrel=3
+pkgrel=4
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -221,6 +221,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