Use the individual library versions in LibreSSL pc files

Previously, they were all using the portable package version, rather
than the individual library versions. openssl(1)'s pc file represents
the LibreSSL-portable release however.

$ pkg-config --modversion libtls
1:0:0
$ pkg-config --modversion openssl
2.1.2
$ pkg-config --modversion libssl
30:0:0
$ pkg-config --modversion libcrypto
30:3:0

ok beck@ deraadt@
This commit is contained in:
Brent Cook 2014-12-11 07:51:38 -06:00
parent cfa0445115
commit 2669771c7e
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ includedir=@includedir@
Name: LibreSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: @VERSION@
Version: @LIBCRYPTO_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lcrypto

View File

@ -7,7 +7,7 @@ includedir=@includedir@
Name: LibreSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: @VERSION@
Version: @LIBSSL_VERSION@
Requires:
Requires.private: libcrypto
Conflicts:

View File

@ -7,7 +7,7 @@ includedir=@includedir@
Name: LibreSSL-libtls
Description: Secure communications using the TLS socket protocol.
Version: @VERSION@
Version: @LIBTLS_VERSION@
Requires:
Requires.private: libcrypto libssl
Conflicts: