projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517c3f1
)
Link to -latomic by default
author
Jérémy Lal
<kapouer@melix.org>
Wed, 9 Nov 2022 17:16:06 +0000
(17:16 +0000)
committer
Jérémy Lal
<kapouer@melix.org>
Wed, 9 Nov 2022 17:16:06 +0000
(17:16 +0000)
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 0b0f05322e7bcc4b0227c7ea288ba651fe20d490..c05ddb1c1a56a4b4c20e2dd8b39b8d1aea37760e 100644
(file)
--- a/
node.gypi
+++ b/
node.gypi
@@
-222,6
+222,11
@@
'-lkvm',
],
}],
+ [ 'OS=="linux"', {
+ 'libraries': [
+ '-latomic',
+ ],
+ }],
[ 'OS=="aix"', {
'defines': [
'_LINUX_SOURCE_COMPAT',