]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Use links() for checking if -latomic is necessary
authorMichał Kępień <michal@isc.org>
Mon, 23 Jun 2025 08:28:26 +0000 (10:28 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 23 Jun 2025 08:28:26 +0000 (10:28 +0200)
Use the links() method instead of compiles() for checking whether
-latomic needs to be added to linker invocations as compiles() does not
perform the linking step and is therefore not appropriate for carrying
out this kind of checks.

See #5379

Merge branch '5379-use-links-for-checking-if-latomic-is-necessary' into 'main'

See merge request isc-projects/bind9!10592


Trivial merge