diff options
author | June McEnroe <june@causal.agency> | 2021-10-14 21:28:19 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-14 21:28:19 -0400 |
commit | 9993c88024f45401d84bfa7267620aa97328c1d0 (patch) | |
tree | 34097d0fd1f5d289f9fbc812a3cb5e3dc5afbc83 /libtls.pc.in | |
parent | Merge LibreSSL 3.3.4 (diff) | |
parent | Import LibreSSL 3.4.1 (diff) | |
download | libretls-9993c88024f45401d84bfa7267620aa97328c1d0.tar.gz libretls-9993c88024f45401d84bfa7267620aa97328c1d0.zip |
Merge LibreSSL 3.4.1 3.4.1
Diffstat (limited to '')
-rw-r--r-- | libtls.pc.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libtls.pc.in b/libtls.pc.in index 987daf0..f4f1f90 100644 --- a/libtls.pc.in +++ b/libtls.pc.in @@ -8,9 +8,6 @@ includedir=@includedir@ Name: LibreTLS-libtls Description: Secure communications using the TLS socket protocol. Version: @VERSION@ -Requires: -Requires.private: -Conflicts: Libs: -L${libdir} -ltls Libs.private: @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@ @PLATFORM_LDADD@ Cflags: -I${includedir} |