]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use links() for checking if -latomic is necessary
authorMichał Kępień <michal@isc.org>
Mon, 23 Jun 2025 08:23:17 +0000 (10:23 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 23 Jun 2025 08:23:17 +0000 (10:23 +0200)
commitb06d3f6c771addafcb76aaffdd79005dad8f5c2d
tree7130b67aeb0c002b04a5634f2aabebdee29de030
parenteed5d39fda0ca8874bc42c2fe899eb655f167179
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.
meson.build