forked from pool/nodejs-electron
* Node 22.15.0 * Added support for system-context-menu on Linux * Fixed a possible crash using the WebView tag and calling focus - Drop CheckPortalAvailabilityOnBusThread-UaF-crash.patch applied upstream - Add system-zstd-in-node.patch to fix build error - 15.6: reverse upstream changes to build with old cares * node-cares-1.21-2.patch * node-cares-1.21-3.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=209
11 lines
379 B
Diff
11 lines
379 B
Diff
--- src/build/linux/unbundle/zstd.gn.orig 2025-05-15 00:07:52.687879791 +0200
|
|
+++ src/build/linux/unbundle/zstd.gn 2025-05-15 00:52:47.403841155 +0200
|
|
@@ -25,3 +25,7 @@ source_set("decompress") {
|
|
public_configs = [ ":system_zstd" ]
|
|
public_deps = [ ":zstd_headers" ]
|
|
}
|
|
+source_set("headers") {
|
|
+ public_configs = [ ":system_zstd" ]
|
|
+ public_deps = [ ":zstd_headers" ]
|
|
+}
|