]> git.puffer.fish Git - mirror/frr.git/commit
build: link libatomic if available 15889/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 30 Apr 2024 09:52:37 +0000 (11:52 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 30 Apr 2024 12:31:07 +0000 (14:31 +0200)
commit342400e7c6630c12287fb35e475ea98da4b85eb1
tree4044d416473bf9034a42a3c1f8ecadb8afe9f3bb
parent65c2593a12dcd2688e2d83eba6a39c0df519c4b1
build: link libatomic if available

It'll generally exist but be empty on systems that don't need it.
(Some 32bit platforms now need it due to 64bit time_t, and the platform
may not have 64bit atomic ops.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac