From 3f4b4ac6c545c5e3dedc15bf39c97d50f2fde99b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 25 Mar 2024 22:14:22 +0100 Subject: 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. --- libtls.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtls.pc.in b/libtls.pc.in index d176929..3c49391 100644 --- a/libtls.pc.in +++ b/libtls.pc.in @@ -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} -- cgit v1.2.3-55-g6feb