vcpkg/versions
Heiko Hund b28d77ada2
[openssl] fix cross compilation with mingw (#17246)
* [openssl] fix cross compilation with mingw

When cross compiling openssl on Linux, e.g.

  ./vcpkg install openssl:x64-mingw-dynamic

failed, because 'windres' was not found. The call to
openssl's Configure was missing the WINDRES environment
variable, which is needed in case it is prefixed. On
Ubuntu the binutils-mingw-w64-x86-64 package installed
it as /usr/bin/x86_64-w64-mingw32-windres.

Since mingw uses openssl-unix to build, it's worth mentioning
that the WINDRES env has no impact for non-mingw and is ignored
there.

* Handle conflicts

* Update version files

* Update ports/openssl/unix/CMakeLists.txt

* Update versions/o-/openssl.json

* Update versions/o-/openssl.json

Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-15 19:10:32 -07:00
..
2021-09-09 01:24:04 -07:00
2021-10-14 17:56:06 -07:00
2021-10-13 14:41:13 -07:00
2021-10-07 12:39:57 -07:00
2021-10-13 14:39:39 -07:00
2021-10-14 15:03:14 -07:00
2021-10-13 14:47:17 -07:00
2021-10-11 20:25:26 -07:00
2021-10-11 20:14:06 -07:00
2021-10-14 17:54:32 -07:00
2021-10-13 14:48:09 -07:00
2021-10-13 14:50:36 -07:00
2021-10-12 11:27:30 -07:00
2021-10-11 20:13:48 -07:00
2021-10-12 17:09:17 -07:00
2021-10-05 16:36:01 -07:00
2021-10-11 20:13:00 -07:00
2021-09-27 21:07:48 -07:00
2021-10-04 17:13:23 -07:00
2021-10-11 10:21:07 -07:00