Files
libressl/libtls.pc.in
Alyssa Ross 3f4b4ac6c5 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.
2024-03-26 04:18:04 -05:00

14 lines
323 B
PkgConfig

#libtls pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: LibreSSL-libtls
Description: Secure communications using the TLS socket protocol.
Version: @VERSION@
Libs: -L${libdir} -ltls
Libs.private: @LIBS@ @PLATFORM_LDADD@ -lssl -lcrypto
Cflags: -I${includedir}