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 | |
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
-rw-r--r-- | libcrypto.pc.in | 2 | ||||
-rw-r--r-- | libssl.pc.in | 3 | ||||
-rw-r--r-- | libtls.pc.in | 2 |
3 files changed, 0 insertions, 7 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} |
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} |
diff --git a/libtls.pc.in b/libtls.pc.in index 0d4e625..d176929 100644 --- a/libtls.pc.in +++ b/libtls.pc.in | |||
@@ -8,8 +8,6 @@ includedir=@includedir@ | |||
8 | Name: LibreSSL-libtls | 8 | Name: LibreSSL-libtls |
9 | Description: Secure communications using the TLS socket protocol. | 9 | Description: Secure communications using the TLS socket protocol. |
10 | Version: @VERSION@ | 10 | Version: @VERSION@ |
11 | Requires: | ||
12 | Conflicts: | ||
13 | Libs: -L${libdir} -ltls | 11 | Libs: -L${libdir} -ltls |
14 | Libs.private: @LIBS@ @PLATFORM_LDADD@ | 12 | Libs.private: @LIBS@ @PLATFORM_LDADD@ |
15 | Cflags: -I${includedir} | 13 | Cflags: -I${includedir} |