diff options
| author | Kevin Lalumiere <kevin.lalumiere@gmail.com> | 2020-11-16 13:26:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-16 10:26:18 -0800 |
| commit | 3be0fec092cb4f0db935ae03680921b3dc859ed9 (patch) | |
| tree | b0b58a8330f8b1a3827fdeac230c7ef0aac45d54 /ports/aws-sdk-cpp/CONTROL | |
| parent | 838574a4e6dfb26c956a043f50ed27b04d7e4e31 (diff) | |
| download | vcpkg-3be0fec092cb4f0db935ae03680921b3dc859ed9.tar.gz vcpkg-3be0fec092cb4f0db935ae03680921b3dc859ed9.zip | |
[aws-sdk-cpp] Make aws-sdk-cpp rpath relocatable (#14546)
* Make aws-sdk-cpp rpath relocatable (fix #14544)
This is important since vcpkg offers binary caching which could be
shared between different machines (as long as both machines use the same
"toolchains" [more technically, as long as the vcpkg hash is the same])
* Allow cross-compilation
* Update port version
Co-authored-by: Kevin Lalumiere <klalumiere@coveo.com>
Diffstat (limited to 'ports/aws-sdk-cpp/CONTROL')
| -rw-r--r-- | ports/aws-sdk-cpp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/aws-sdk-cpp/CONTROL b/ports/aws-sdk-cpp/CONTROL index 32a2323e8..ca92ed958 100644 --- a/ports/aws-sdk-cpp/CONTROL +++ b/ports/aws-sdk-cpp/CONTROL @@ -1,6 +1,6 @@ Source: aws-sdk-cpp Version: 1.8.83 -Port-Version: 0 +Port-Version: 1 Homepage: https://github.com/aws/aws-sdk-cpp Description: AWS SDK for C++ Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream |
