]> git.ipfire.org Git - thirdparty/libarchive.git/commit
configure: On Darwin, get digests from libsystem 2973/head
authorDag-Erling Smørgrav <des@des.dev>
Mon, 20 Apr 2026 18:31:28 +0000 (20:31 +0200)
committerDag-Erling Smørgrav <des@des.dev>
Sat, 2 May 2026 10:49:02 +0000 (12:49 +0200)
commit7364e380bc67c106a8787350ec6ca196446fddef
treeb643c9fd80ef8646a992039bd6b810a1e2272ce8
parent45d9c126328f6139e5bfa98ad2735211252aa928
configure: On Darwin, get digests from libsystem

Darwin covers a wide range of platforms with similar but not identical
sets of libraries.  MD5, SHA1 and SHA2 are available from libsystem on
all of these, but macOS also has them in libc and libmd.  Restricting
our search to only libsystem means we can run configure on macOS and get
a config.h that also works for other Darwin platforms.
CMakeLists.txt
configure.ac