]> git.ipfire.org Git - thirdparty/unbound.git/commit
contrib/libunbound.pc.in: Embed the correct crypto dependencies 155/head
authorRobert Edmonds <edmonds@mycre.ws>
Mon, 27 Jan 2020 03:23:53 +0000 (22:23 -0500)
committerRobert Edmonds <edmonds@mycre.ws>
Mon, 27 Jan 2020 03:30:31 +0000 (22:30 -0500)
commit394f9403df102e47bcebc174ed26968a68548c9f
treec0c224f6d9d631a59282909b71e66059c7f2ac8b
parent36b5d74fc4e604e73ddd6689a140f7b324347e30
contrib/libunbound.pc.in: Embed the correct crypto dependencies

This commit removes the hardcoded dependency in the libunbound
pkg-config .pc file on the libcrypto and libssl modules and instead
populates the .pc file based on which crypto library was selected at
configure time.

Note that the .pc file specifies pkg-config module names for the
"Requires" line and this can vary from the library filename (e.g. "nss"
is the pkg-config module name vs. "nss3" being the library name).
configure.ac
contrib/libunbound.pc.in