aboutsummaryrefslogtreecommitdiff
path: root/libcrypto.pc.in
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2021-05-16 20:25:11 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2021-06-09 19:40:56 +0900
commit5b91c428d3c92ce229c41d8afab0560c57ab7056 (patch)
tree031e28a1a6984bd51105364ff0ca9f9e8d30799e /libcrypto.pc.in
parentcb52cc4cec97aa29cd5a1826ee86f746c3fe432e (diff)
downloadportable-5b91c428d3c92ce229c41d8afab0560c57ab7056.tar.gz
portable-5b91c428d3c92ce229c41d8afab0560c57ab7056.tar.bz2
portable-5b91c428d3c92ce229c41d8afab0560c57ab7056.zip
Update pc files
- Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required
Diffstat (limited to 'libcrypto.pc.in')
-rw-r--r--libcrypto.pc.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrypto.pc.in b/libcrypto.pc.in
index 1823326..11d7ef0 100644
--- a/libcrypto.pc.in
+++ b/libcrypto.pc.in
@@ -8,8 +8,6 @@ includedir=@includedir@
8Name: LibreSSL-libcrypto 8Name: LibreSSL-libcrypto
9Description: LibreSSL cryptography library 9Description: LibreSSL cryptography library
10Version: @VERSION@ 10Version: @VERSION@
11Requires:
12Conflicts:
13Libs: -L${libdir} -lcrypto 11Libs: -L${libdir} -lcrypto
14Libs.private: @LIBS@ @PLATFORM_LDADD@ 12Libs.private: @LIBS@ @PLATFORM_LDADD@
15Cflags: -I${includedir} 13Cflags: -I${includedir}