projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d716288
)
Link to -latomic by default
author
Jérémy Lal
<kapouer@melix.org>
Mon, 13 Jun 2022 07:11:34 +0000
(08:11 +0100)
committer
Jérémy Lal
<kapouer@melix.org>
Mon, 13 Jun 2022 07:11:34 +0000
(08:11 +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: Topic build
Gbp-Pq: Name flag_atomic.patch
node.gypi
patch
|
blob
|
history
diff --git
a/node.gypi
b/node.gypi
index 713ddbb74a1b8edb78bf26054ef6a554c6d8256a..ddd97fc0b35ce1dbbfde177c2c4ef2a833718429 100644
(file)
--- a/
node.gypi
+++ b/
node.gypi
@@
-209,6
+209,11
@@
'-lkvm',
],
}],
+ [ 'OS=="linux"', {
+ 'libraries': [
+ '-latomic',
+ ],
+ }],
[ 'OS=="aix"', {
'defines': [
'_LINUX_SOURCE_COMPAT',