mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Since d193f43 ("slim down `libtls`"), statically linking libtls
requires also linking libssl and libcrypto, so express that in the
pkg-config file.
14 lines
323 B
PkgConfig
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}
|