]> git.ipfire.org Git - thirdparty/libarchive.git/commit - configure.ac
Reduce overlinking per pkg-config spec (#1870)
authorEnji Cooper <1574099+ngie-eign@users.noreply.github.com>
Sat, 13 May 2023 04:12:01 +0000 (21:12 -0700)
committerGitHub <noreply@github.com>
Sat, 13 May 2023 04:12:01 +0000 (21:12 -0700)
commit1f3c62ebf4d492ac21d3099b3b064993100dd997
tree884319d3584d2dba990401c8195dd527fb920ab4
parent4ebfd961873310cac894ffd579e4569f369e8990
Reduce overlinking per pkg-config spec (#1870)

libssl isn't required for libarchive. Remove libssl so the installed .pc
file doesn't cause consumers to subsequently overlink libssl into their
code.

This doesn't affect how the code is linked -- only consumers of the
pkg-config specified spec.
configure.ac