mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user