1
0
Files
nodejs-electron/rdynamic.patch
Bruno Pitrus e0e5abe1a7 Accepting request 1086612 from home:dziobian:gulgul-ultron:19
- New upstream release 22.3.9
  * Fixed drag-and-drop crash on Wayland
- Correct bogus export of private symbols from chrome_crashpad_handler executable
  * add another section and note to chromium-102-compiler.patch
  * add rdynamic.patch

OBS-URL: https://build.opensuse.org/request/show/1086612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=77
2023-05-11 19:29:06 +00:00

13 lines
332 B
Diff

Export symbols from the electron executable — needed for dynamically opening node modules
--- a/electron/BUILD.gn
+++ b/electron/BUILD.gn
@@ -1316,6 +1316,7 @@
if (is_linux) {
ldflags = [
"-pie",
+ "-rdynamic",
# Required for exporting all symbols of libuv.
"-Wl,--whole-archive",