diff options
author | June McEnroe <june@causal.agency> | 2020-10-22 03:03:56 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-10-22 03:03:56 -0400 |
commit | 0e138b6a3d3fb41c5915ddf1b327fc6f28e074a6 (patch) | |
tree | 2133edef0cf2bd07c19192ded29d6ffaff21f85d /libtls.pc.in | |
parent | Import LibreSSL 3.2.1 (diff) | |
download | libretls-0e138b6a3d3fb41c5915ddf1b327fc6f28e074a6.tar.gz libretls-0e138b6a3d3fb41c5915ddf1b327fc6f28e074a6.zip |
Import LibreSSL 3.2.2
Diffstat (limited to '')
-rw-r--r-- | libtls.pc.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libtls.pc.in b/libtls.pc.in index 82a6a71..0d4e625 100644 --- a/libtls.pc.in +++ b/libtls.pc.in @@ -9,8 +9,7 @@ Name: LibreSSL-libtls Description: Secure communications using the TLS socket protocol. Version: @VERSION@ Requires: -Requires.private: libcrypto libssl Conflicts: Libs: -L${libdir} -ltls -Libs.private: @LIBS@ -lcrypto -lssl @PLATFORM_LDADD@ +Libs.private: @LIBS@ @PLATFORM_LDADD@ Cflags: -I${includedir} |