forked from pool/nodejs-electron
- 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
13 lines
332 B
Diff
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",
|