diff --git a/libcrypto.pc.in b/libcrypto.pc.in index 1823326924..11d7ef033b 100644 --- a/libcrypto.pc.in +++ b/libcrypto.pc.in @@ -8,8 +8,6 @@ includedir=@includedir@ Name: LibreSSL-libcrypto Description: LibreSSL cryptography library Version: @VERSION@ -Requires: -Conflicts: Libs: -L${libdir} -lcrypto Libs.private: @LIBS@ @PLATFORM_LDADD@ Cflags: -I${includedir} diff --git a/libssl.pc.in b/libssl.pc.in index ae61aec822..512ec1cbef 100644 --- a/libssl.pc.in +++ b/libssl.pc.in @@ -8,9 +8,6 @@ includedir=@includedir@ Name: LibreSSL-libssl Description: Secure Sockets Layer and cryptography libraries Version: @VERSION@ -Requires: Requires.private: libcrypto -Conflicts: Libs: -L${libdir} -lssl -Libs.private: @LIBS@ -lcrypto @PLATFORM_LDADD@ Cflags: -I${includedir} diff --git a/libtls.pc.in b/libtls.pc.in index 0d4e625f44..d1769299ad 100644 --- a/libtls.pc.in +++ b/libtls.pc.in @@ -8,8 +8,6 @@ includedir=@includedir@ Name: LibreSSL-libtls Description: Secure communications using the TLS socket protocol. Version: @VERSION@ -Requires: -Conflicts: Libs: -L${libdir} -ltls Libs.private: @LIBS@ @PLATFORM_LDADD@ Cflags: -I${includedir}