Skip to content

Commit

Permalink
Update pc files
Browse files Browse the repository at this point in the history
- Remove Requires: and Conflicts:
- libssl.pc does not need to have Libs.private:
  since Requires.private: provides required
  • Loading branch information
kinichiro committed Jun 9, 2021
1 parent cb52cc4 commit 5b91c42
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions libcrypto.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
3 changes: 0 additions & 3 deletions libssl.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 0 additions & 2 deletions libtls.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 5b91c42

Please sign in to comment.