From: Michał Kępień Date: Mon, 23 Jun 2025 08:28:26 +0000 (+0200) Subject: fix: nil: Use links() for checking if -latomic is necessary X-Git-Tag: v9.21.10~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6ad1e4656a9a46c3c6e5277243ef1789a28ffd;p=thirdparty%2Fbind9.git 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 --- 8e6ad1e4656a9a46c3c6e5277243ef1789a28ffd