projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea348a0
)
Link to -latomic by default
author
Jérémy Lal
<kapouer@melix.org>
Thu, 3 Apr 2025 21:21:02 +0000
(23:21 +0200)
committer
Jérémy Lal
<kapouer@melix.org>
Thu, 3 Apr 2025 21:21:02 +0000
(23:21 +0200)
Last-Update: 2019-10-25
Forwarded: not-needed
Bug: https://github.com/nodejs/node/pull/28532
Bug: https://github.com/nodejs/node/issues/30093
This avoids surprises on mips*el/ppc*el
Gbp-Pq: Topic build
Gbp-Pq: Name flag_atomic.patch
node.gypi
patch
|
blob
|
history
diff --git
a/node.gypi
b/node.gypi
index 46c7c7e353f29b8b3e5937ec80a5924020548980..0e4a32df550b4ebd082c60430c9342e39d682eaf 100644
(file)
--- a/
node.gypi
+++ b/
node.gypi
@@
-346,6
+346,9
@@
'libraries!': [
'-lrt'
],
+ 'libraries': [
+ '-latomic'
+ ]
}],
[ 'OS in "freebsd linux"', {
'ldflags': [ '-Wl,-z,relro',