|
5b91c428
|
2021-05-16T20:25:11
|
|
Update pc files
- Remove Requires: and Conflicts:
- libssl.pc does not need to have Libs.private:
since Requires.private: provides required
|
|
7ec0510e
|
2017-04-18T00:52:32
|
|
Fix pkg-config metadata for libcrypto
It looks like this was copied and pasted from libssl.pc.in. This patch
identifies it as libcrypto rather than libssl.
|
|
de4a1239
|
2015-08-27T20:54:29
|
|
pc: add platform-specific libs to Libs.private
Fixes compilations including libressl static libraries in MinGW.
Signed-off-by: Ricardo Constantino (:RiCON) <wiiaboo@gmail.com>
|
|
3bdb537a
|
2015-08-19T18:48:01
|
|
update pc files to use the package version, not library ABI version
|
|
2669771c
|
2014-12-11T07:51:38
|
|
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@
|
|
65944782
|
2014-07-12T03:34:08
|
|
add platform libraries to libcompat's LIBADD list
ok beck@
|