Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pkg-config metadata for libcrypto | Steven McDonald | 2017-04-18 | 1 | -2/+2 |
| | | | | | It looks like this was copied and pasted from libssl.pc.in. This patch identifies it as libcrypto rather than libssl. | ||||
* | pc: add platform-specific libs to Libs.private | Martin Herkt | 2016-05-31 | 1 | -1/+1 |
| | | | | | | Fixes compilations including libressl static libraries in MinGW. Signed-off-by: Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> | ||||
* | update pc files to use the package version, not library ABI version | Brent Cook | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | Use the individual library versions in LibreSSL pc files | Brent Cook | 2014-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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@ | ||||
* | add platform libraries to libcompat's LIBADD list | Brent Cook | 2014-07-12 | 1 | -0/+15 |
ok beck@ |