Update pc files

- Remove Requires: and Conflicts:
- libssl.pc does not need to have Libs.private:
  since Requires.private: provides required
This commit is contained in:
kinichiro 2021-05-16 20:25:11 +09:00
parent cb52cc4cec
commit 5b91c428d3
3 changed files with 0 additions and 7 deletions

View File

@ -8,8 +8,6 @@ includedir=@includedir@
Name: LibreSSL-libcrypto Name: LibreSSL-libcrypto
Description: LibreSSL cryptography library Description: LibreSSL cryptography library
Version: @VERSION@ Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lcrypto Libs: -L${libdir} -lcrypto
Libs.private: @LIBS@ @PLATFORM_LDADD@ Libs.private: @LIBS@ @PLATFORM_LDADD@
Cflags: -I${includedir} Cflags: -I${includedir}

View File

@ -8,9 +8,6 @@ includedir=@includedir@
Name: LibreSSL-libssl Name: LibreSSL-libssl
Description: Secure Sockets Layer and cryptography libraries Description: Secure Sockets Layer and cryptography libraries
Version: @VERSION@ Version: @VERSION@
Requires:
Requires.private: libcrypto Requires.private: libcrypto
Conflicts:
Libs: -L${libdir} -lssl Libs: -L${libdir} -lssl
Libs.private: @LIBS@ -lcrypto @PLATFORM_LDADD@
Cflags: -I${includedir} Cflags: -I${includedir}

View File

@ -8,8 +8,6 @@ includedir=@includedir@
Name: LibreSSL-libtls Name: LibreSSL-libtls
Description: Secure communications using the TLS socket protocol. Description: Secure communications using the TLS socket protocol.
Version: @VERSION@ Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -ltls Libs: -L${libdir} -ltls
Libs.private: @LIBS@ @PLATFORM_LDADD@ Libs.private: @LIBS@ @PLATFORM_LDADD@
Cflags: -I${includedir} Cflags: -I${includedir}