From ab1de85a42f430eb52cb977b2f66c655ff4901a8 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 19 Aug 2015 18:48:01 -0500 Subject: [PATCH] update pc files to use the package version, not library ABI version --- libcrypto.pc.in | 2 +- libssl.pc.in | 2 +- libtls.pc.in | 2 +- 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@ Name: LibreSSL-libssl Description: Secure Sockets Layer and cryptography libraries -Version: @LIBCRYPTO_VERSION@ +Version: @VERSION@ Requires: Conflicts: Libs: -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@ Name: LibreSSL-libssl Description: Secure Sockets Layer and cryptography libraries -Version: @LIBSSL_VERSION@ +Version: @VERSION@ Requires: Requires.private: libcrypto Conflicts: 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@ Name: LibreSSL-libtls Description: Secure communications using the TLS socket protocol. -Version: @LIBTLS_VERSION@ +Version: @VERSION@ Requires: Requires.private: libcrypto libssl Conflicts: