]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit8e6ad1e4656a9a46c3c6e5277243ef1789a28ffd
tree9aac959f9e18495ae0b6b5f0c5136ef43f53e233
parenteed5d39fda0ca8874bc42c2fe899eb655f167179
parent9f2dcd2853198502143b60cc61c9bbf1a842d2b3
fix: nil: Use links() for checking if -latomic is necessary

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