mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
09adfdc8cd
* [OpenSSL] Update to 3.0.7. Fixes critical security vulnerability https://twitter.com/iamamoose/status/1584908434855628800 flags.patch part already applied by upstream removed. Download location changed to openssl.org while a github tag is still missing. * Revert unintentional boringssl change. * Add vcpkg_minimum_required and switch back to GitHub now that a tag is available.
7 lines
132 B
PkgConfig
7 lines
132 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
Version: @VERSION@
|
|
@pc_data@
|