projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95c0bc
)
Link to -latomic by default
author
Jérémy Lal
<kapouer@melix.org>
Sat, 8 Aug 2020 12:09:43 +0000
(13:09 +0100)
committer
Jérémy Lal
<kapouer@melix.org>
Sat, 8 Aug 2020 12:09:43 +0000
(13:09 +0100)
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: Name atomic.patch
node.gypi
patch
|
blob
|
history
diff --git
a/node.gypi
b/node.gypi
index 116c1c7149425bdba1f9e5066314c1817a4d1c11..3187ed0f7ebb9a715e128429d97c54c6082494c2 100644
(file)
--- a/
node.gypi
+++ b/
node.gypi
@@
-210,6
+210,11
@@
'-lkvm',
],
}],
+ [ 'OS=="linux"', {
+ 'libraries': [
+ '-latomic',
+ ],
+ }],
[ 'OS=="aix"', {
'defines': [
'_LINUX_SOURCE_COMPAT',