]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix build failure with mismatched pclmul
authorPádraig Brady <P@draigBrady.com>
Mon, 22 Sep 2025 19:46:33 +0000 (20:46 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 23 Sep 2025 19:28:19 +0000 (20:28 +0100)
commit062c16c17ed7b8c5a7c7b4cb719c98525485eb11
tree2fd6c70e6fd05d52a4854aac97868c200e49c45c
parent35795a8e354d13721b11496d0a96bf9c0d25d506
build: fix build failure with mismatched pclmul

* src/cksum.c (pclmul_supported): In the case where
gnulib has pclmul enabled but coreutils does not,
ensure we don't reference the coreutils pclmul function.
Addresses https://bugs.gnu.org/79491
src/cksum.c