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 /libssl.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 'libssl.pc.in')
-rw-r--r-- | libssl.pc.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libssl.pc.in b/libssl.pc.in index ae61aec..512ec1c 100644 --- a/libssl.pc.in +++ b/libssl.pc.in | |||
@@ -8,9 +8,6 @@ includedir=@includedir@ | |||
8 | Name: LibreSSL-libssl | 8 | Name: LibreSSL-libssl |
9 | Description: Secure Sockets Layer and cryptography libraries | 9 | Description: Secure Sockets Layer and cryptography libraries |
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | ||
12 | Requires.private: libcrypto | 11 | Requires.private: libcrypto |
13 | Conflicts: | ||
14 | Libs: -L${libdir} -lssl | 12 | Libs: -L${libdir} -lssl |
15 | Libs.private: @LIBS@ -lcrypto @PLATFORM_LDADD@ | ||
16 | Cflags: -I${includedir} | 13 | Cflags: -I${includedir} |