vcpkg/ports/boringssl
Henrik Gaßmann 7b30311f0a
[boringssl] Fix pkg-config & cmake find module compat (#31387)
* [boringssl] Fix find-module compatibility

OpenSSL libraries use a "d" postfix to differentiate debug and release
binaries. The cmake find-module mistakes the debug binary for the
release binary without the postfix.

Fix the package config generator logic which was completely broken
before: Remove linkage of Windows libraries for non-Windows targets and
remove the "lib" prefix only for msvc builds.

Harmonize the pkg-configs with the debug postfix.

Add usage instructions.

* [boringssl] Add new port version to database
2023-05-17 09:21:23 -07:00
..
0001-vcpkg.patch
0002-remove-WX-Werror.patch
install-pc-files.cmake [boringssl] Fix pkg-config & cmake find module compat (#31387) 2023-05-17 09:21:23 -07:00
openssl.pc.in
portfile.cmake [boringssl] Fix pkg-config & cmake find module compat (#31387) 2023-05-17 09:21:23 -07:00
usage [boringssl] Fix pkg-config & cmake find module compat (#31387) 2023-05-17 09:21:23 -07:00
vcpkg.json [boringssl] Fix pkg-config & cmake find module compat (#31387) 2023-05-17 09:21:23 -07:00