Add libssl and libcrypto to libtls's Libs.private

Since d193f43 ("slim down `libtls`"), statically linking libtls
requires also linking libssl and libcrypto, so express that in the
pkg-config file.
This commit is contained in:
Alyssa Ross
2024-03-25 22:14:22 +01:00
committed by Brent Cook
parent 095ffed063
commit 3f4b4ac6c5

View File

@@ -9,5 +9,5 @@ Name: LibreSSL-libtls
Description: Secure communications using the TLS socket protocol.
Version: @VERSION@
Libs: -L${libdir} -ltls
Libs.private: @LIBS@ @PLATFORM_LDADD@
Libs.private: @LIBS@ @PLATFORM_LDADD@ -lssl -lcrypto
Cflags: -I${includedir}