diff options
author | Brent Cook <busterb@gmail.com> | 2020-10-06 19:40:29 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-10-06 19:40:29 -0500 |
commit | b9918fc1ecfa74d6d3d9a3c533603a9677108d24 (patch) | |
tree | 9b0f7db267b0c5346996ceb55e31946862db1b69 /libtls.pc.in | |
parent | 0ef7d54fbcc9f4e51d3f56479df8d2e24bb7c5ae (diff) | |
parent | 5a29b0472d5d0d1aa9936e430a87299fdb0f17ba (diff) | |
download | portable-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.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 | |||
9 | Description: Secure communications using the TLS socket protocol. | 9 | Description: Secure communications using the TLS socket protocol. |
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | 11 | Requires: |
12 | Requires.private: libcrypto libssl | ||
13 | Conflicts: | 12 | Conflicts: |
14 | Libs: -L${libdir} -ltls | 13 | Libs: -L${libdir} -ltls |
15 | Libs.private: @LIBS@ -lcrypto -lssl @PLATFORM_LDADD@ | 14 | Libs.private: @LIBS@ @PLATFORM_LDADD@ |
16 | Cflags: -I${includedir} | 15 | Cflags: -I${includedir} |