aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-08-19 18:48:01 -0500
committerBrent Cook <bcook@openbsd.org>2015-08-28 13:17:13 -0500
commitab1de85a42f430eb52cb977b2f66c655ff4901a8 (patch)
tree38ba70bbce57fb2b2a05dd9f9bfd24efd831bbdd
parentcd16a21cab3b2c8257e1e4e0b4be3300fe139670 (diff)
downloadportable-ab1de85a42f430eb52cb977b2f66c655ff4901a8.tar.gz
portable-ab1de85a42f430eb52cb977b2f66c655ff4901a8.tar.bz2
portable-ab1de85a42f430eb52cb977b2f66c655ff4901a8.zip
update pc files to use the package version, not library ABI version
-rw-r--r--libcrypto.pc.in2
-rw-r--r--libssl.pc.in2
-rw-r--r--libtls.pc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/libcrypto.pc.in b/libcrypto.pc.in
index f44e3aa..4e886b9 100644
--- a/libcrypto.pc.in
+++ b/libcrypto.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
7 7
8Name: LibreSSL-libssl 8Name: LibreSSL-libssl
9Description: Secure Sockets Layer and cryptography libraries 9Description: Secure Sockets Layer and cryptography libraries
10Version: @LIBCRYPTO_VERSION@ 10Version: @VERSION@
11Requires: 11Requires:
12Conflicts: 12Conflicts:
13Libs: -L${libdir} -lcrypto 13Libs: -L${libdir} -lcrypto
diff --git a/libssl.pc.in b/libssl.pc.in
index 1800264..43b8bb7 100644
--- a/libssl.pc.in
+++ b/libssl.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
7 7
8Name: LibreSSL-libssl 8Name: LibreSSL-libssl
9Description: Secure Sockets Layer and cryptography libraries 9Description: Secure Sockets Layer and cryptography libraries
10Version: @LIBSSL_VERSION@ 10Version: @VERSION@
11Requires: 11Requires:
12Requires.private: libcrypto 12Requires.private: libcrypto
13Conflicts: 13Conflicts:
diff --git a/libtls.pc.in b/libtls.pc.in
index 64d7457..19e6b32 100644
--- a/libtls.pc.in
+++ b/libtls.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
7 7
8Name: LibreSSL-libtls 8Name: LibreSSL-libtls
9Description: Secure communications using the TLS socket protocol. 9Description: Secure communications using the TLS socket protocol.
10Version: @LIBTLS_VERSION@ 10Version: @VERSION@
11Requires: 11Requires:
12Requires.private: libcrypto libssl 12Requires.private: libcrypto libssl
13Conflicts: 13Conflicts: