diff options
author | June McEnroe <june@causal.agency> | 2020-07-30 18:08:59 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-02 15:42:48 -0400 |
commit | e5c08e2f0787eb1a1532ea3c0957892250007b07 (patch) | |
tree | 921d6f382ee385d9a640eb5832b6b0830b5b1fc8 /libtls.pc.in | |
parent | build: Add ax_check_openssl (diff) | |
download | libretls-e5c08e2f0787eb1a1532ea3c0957892250007b07.tar.gz libretls-e5c08e2f0787eb1a1532ea3c0957892250007b07.zip |
build: Strip down build
Diffstat (limited to '')
-rw-r--r-- | libtls.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtls.pc.in b/libtls.pc.in index 82a6a71..987daf0 100644 --- a/libtls.pc.in +++ b/libtls.pc.in @@ -5,12 +5,12 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: LibreSSL-libtls +Name: LibreTLS-libtls Description: Secure communications using the TLS socket protocol. Version: @VERSION@ Requires: -Requires.private: libcrypto libssl +Requires.private: Conflicts: Libs: -L${libdir} -ltls -Libs.private: @LIBS@ -lcrypto -lssl @PLATFORM_LDADD@ +Libs.private: @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@ @PLATFORM_LDADD@ Cflags: -I${includedir} |