diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-05-16 20:25:11 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-06-09 19:40:56 +0900 |
commit | 5b91c428d3c92ce229c41d8afab0560c57ab7056 (patch) | |
tree | 031e28a1a6984bd51105364ff0ca9f9e8d30799e /libcrypto.pc.in | |
parent | cb52cc4cec97aa29cd5a1826ee86f746c3fe432e (diff) | |
download | portable-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.in | 2 |
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@ | |||
8 | Name: LibreSSL-libcrypto | 8 | Name: LibreSSL-libcrypto |
9 | Description: LibreSSL cryptography library | 9 | Description: LibreSSL cryptography library |
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | ||
12 | Conflicts: | ||
13 | Libs: -L${libdir} -lcrypto | 11 | Libs: -L${libdir} -lcrypto |
14 | Libs.private: @LIBS@ @PLATFORM_LDADD@ | 12 | Libs.private: @LIBS@ @PLATFORM_LDADD@ |
15 | Cflags: -I${includedir} | 13 | Cflags: -I${includedir} |