aboutsummaryrefslogtreecommitdiff
path: root/libtls.pc.in
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2020-10-06 19:40:29 -0500
committerBrent Cook <busterb@gmail.com>2020-10-06 19:40:29 -0500
commitb9918fc1ecfa74d6d3d9a3c533603a9677108d24 (patch)
tree9b0f7db267b0c5346996ceb55e31946862db1b69 /libtls.pc.in
parent0ef7d54fbcc9f4e51d3f56479df8d2e24bb7c5ae (diff)
parent5a29b0472d5d0d1aa9936e430a87299fdb0f17ba (diff)
downloadportable-b9918fc1ecfa74d6d3d9a3c533603a9677108d24.tar.gz
portable-b9918fc1ecfa74d6d3d9a3c533603a9677108d24.tar.bz2
portable-b9918fc1ecfa74d6d3d9a3c533603a9677108d24.zip
Land #610, Statically link libcrypto/ssl into libtls
Diffstat (limited to 'libtls.pc.in')
-rw-r--r--libtls.pc.in3
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
9Description: Secure communications using the TLS socket protocol. 9Description: Secure communications using the TLS socket protocol.
10Version: @VERSION@ 10Version: @VERSION@
11Requires: 11Requires:
12Requires.private: libcrypto libssl
13Conflicts: 12Conflicts:
14Libs: -L${libdir} -ltls 13Libs: -L${libdir} -ltls
15Libs.private: @LIBS@ -lcrypto -lssl @PLATFORM_LDADD@ 14Libs.private: @LIBS@ @PLATFORM_LDADD@
16Cflags: -I${includedir} 15Cflags: -I${includedir}