forked from pool/nodejs-electron
- New upstream release 33.4.3 * Fix use after free in V8 CVE-2025-0445 (bsc#1236806) * Other security fixes for V8: CVE-2025-0995 CVE-2025-0998 (bsc#1237121) OBS-URL: https://build.opensuse.org/request/show/1251577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=193
16 lines
620 B
Diff
16 lines
620 B
Diff
Index: electron-17.1.0/third_party/electron_node/common.gypi
|
|
===================================================================
|
|
--- src/third_party/electron_node/common.gypi.orig 2025-03-06 22:25:15.650295769 +0100
|
|
+++ src/third_party/electron_node/common.gypi 2025-03-07 07:06:10.532421547 +0100
|
|
@@ -486,6 +486,10 @@
|
|
'NOMINMAX',
|
|
],
|
|
}],
|
|
+ [ 'OS in "linux"', {
|
|
+ 'cflags': [ '-I/usr/include/electron' ],
|
|
+ 'libraries': [ '-lz' ],
|
|
+ }],
|
|
[ 'OS in "linux freebsd openbsd solaris aix os400"', {
|
|
'cflags': [ '-pthread' ],
|
|
'ldflags': [ '-pthread' ],
|