From 5b91c428d3c92ce229c41d8afab0560c57ab7056 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sun, 16 May 2021 20:25:11 +0900 Subject: [PATCH] Update pc files - Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required --- libcrypto.pc.in | 2 -- libssl.pc.in | 3 --- libtls.pc.in | 2 -- 3 files changed, 7 deletions(-) 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}