aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
diff options
context:
space:
mode:
authorCharles-Auguste Marois <cmarois@coveo.com>2021-09-14 22:06:34 -0400
committerGitHub <noreply@github.com>2021-09-14 19:06:34 -0700
commit92af1ff59a651c1cf43aca48f54369a86d40d81c (patch)
treea99d6a37e9745f7fde680b47b15a8e3c1308211a /ports/aws-sdk-cpp/patch-relocatable-rpath.patch
parent5395ad9a4f29e5edef20cf20690089e9717f35f6 (diff)
downloadvcpkg-92af1ff59a651c1cf43aca48f54369a86d40d81c.tar.gz
vcpkg-92af1ff59a651c1cf43aca48f54369a86d40d81c.zip
[aws-sdk-cpp] update to 1.9.96 (#20033)
* [aws-c-common] Update to 0.6.9 * [aws-checksums] Update to 0.1.11 * [aws-c-event-stream] Upgrade to 0.2.7 * Add aws-c-cal port * Add s2n port * Add port aws-c-io * [aws-c-event-stream] Update port to 0.2.7 * Update aws-sdk-cpp port * Add aws-c-compression port * Add aws-c-auth port * Add aws-c-http port * Add aws-c-mqtt port * Add aws-c-s3 port * Add aws-crt-cpp port * [aws-sdk-cpp] Update port to 1.9.91 version * Fix port issues. * Upgrade aws-sdk-cpp to 1.9.96 Upgrade aws-crt-cpp to 0.15.1 * Support x64-windows * Fix format issues * Specify supported triplets for aws libs * Specify platforms for more aws libs * Support x64-windows-static triplet. * Fix format issue for aws-c-common * Update port versions file * Use new vcpkg cmake methods and format * Use new vcpkg cmake methods and format * update version * Fix s2n port typo * Fix s2n port typo Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/aws-sdk-cpp/patch-relocatable-rpath.patch')
-rw-r--r--ports/aws-sdk-cpp/patch-relocatable-rpath.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/aws-sdk-cpp/patch-relocatable-rpath.patch b/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
index 9c5a5a2c5..828647cc4 100644
--- a/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
+++ b/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
@@ -8,5 +8,5 @@ index a653e38628..76d6067646 100644
# Add Linker search paths to RPATH so as to fix the problem where some linkers can't find cross-compiled dependent libraries in customer paths when linking executables.
-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true)
- # build third-party targets
- if (BUILD_DEPS)
+ # build the sdk targets
+ project("aws-cpp-sdk-all" VERSION "${PROJECT_VERSION}" LANGUAGES CXX)