summary refs log tree commit diff
path: root/libtls.pc.in
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-30 18:08:59 -0400
committerJune McEnroe <june@causal.agency>2020-08-02 15:42:48 -0400
commite5c08e2f0787eb1a1532ea3c0957892250007b07 (patch)
tree921d6f382ee385d9a640eb5832b6b0830b5b1fc8 /libtls.pc.in
parentbuild: Add ax_check_openssl (diff)
downloadlibretls-e5c08e2f0787eb1a1532ea3c0957892250007b07.tar.gz
libretls-e5c08e2f0787eb1a1532ea3c0957892250007b07.zip
build: Strip down build
Diffstat (limited to 'libtls.pc.in')
-rw-r--r--libtls.pc.in6
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}