projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103b179
)
Link to -latomic by default
author
Jérémy Lal
<kapouer@melix.org>
Sat, 22 Jun 2024 12:21:29 +0000
(15:21 +0300)
committer
Adrian Bunk
<bunk@debian.org>
Sat, 22 Jun 2024 12:21:29 +0000
(15:21 +0300)
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 9138317c62c7cd695e4dedd082604c216df12346..111ade54ba984ab400d52d96725a38f17a4a724f 100644
(file)
--- a/
node.gypi
+++ b/
node.gypi
@@
-341,6
+341,9
@@
'libraries!': [
'-lrt'
],
+ 'libraries': [
+ '-latomic'
+ ]
}],
[ 'OS in "freebsd linux"', {
'ldflags': [ '-Wl,-z,relro',