vcpkg/ports/aws-sdk-cpp
Fabian Wosar 283f99c84a
[aws-sdk-cpp] Fix linking issue when using MinGW (#39064)
It appears like the aws-sdk-cpp maintainers, in an attempt to avoid a
warning when compiling with Visual Studio, opted to use a Microsoft-only
function for reading environment variables. As a result, linking the
library will fail in MinGW environments. This PR adds a patch to
aws-sdk-cpp port that will replace the non-standard function with a
standard compliant version when being compiled for Windows using a
non-Microsoft compiler.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-06-03 22:46:34 -07:00
..
fix_find_curl.patch [aws-sdk-cpp] Fix failure to call curl[c-ares] (#38215) 2024-04-18 19:50:19 -04:00
fix-aws-root.patch
fix-mingw-compatibility.patch [aws-sdk-cpp] Fix linking issue when using MinGW (#39064) 2024-06-03 22:46:34 -07:00
generateFeatures.ps1 [aws-sdk-cpp] Remove compute_build_only.cmake. (#34384) 2023-10-12 20:11:35 -07:00
lock-curl-http-and-tls-settings.patch [aws-sdk-cpp] Update AWS SDK for C++ and its dependencies (#29236) 2023-02-01 12:52:03 -08:00
patch-relocatable-rpath.patch [aws-sdk-cpp] update port to v1.11.37 (#30197) 2023-04-26 12:12:07 -07:00
portfile.cmake [aws-sdk-cpp] Fix linking issue when using MinGW (#39064) 2024-06-03 22:46:34 -07:00
usage [aws-sdk-cpp] Remove compute_build_only.cmake. (#34384) 2023-10-12 20:11:35 -07:00
vcpkg.in.json [aws-sdk-cpp] Update features. (#35513) 2023-12-06 15:50:59 -08:00
vcpkg.json [aws-sdk-cpp] Fix linking issue when using MinGW (#39064) 2024-06-03 22:46:34 -07:00