From 7d42f97bb9975993a2fa46e126cafbbe9dfb7b7a Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sat, 23 Oct 2021 13:43:44 +0100 Subject: security/aws-c-auth: Add new port C99 library implementation of AWS client-side authentication: standard credentials providers and signing. --- security/aws-c-auth/files/patch-CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/aws-c-auth/files/patch-CMakeLists.txt (limited to 'security/aws-c-auth/files/patch-CMakeLists.txt') diff --git a/security/aws-c-auth/files/patch-CMakeLists.txt b/security/aws-c-auth/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ec65dc056c87 --- /dev/null +++ b/security/aws-c-auth/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2021-10-23 10:33:37 UTC ++++ CMakeLists.txt +@@ -111,6 +111,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS + aws_prepare_shared_lib_exports(${PROJECT_NAME}) + + install(FILES ${AWS_AUTH_ROOT_HEADERS} DESTINATION "include/aws/auth" COMPONENT Development) ++install(FILES ${AWS_AUTH_PRIVATE_HEADERS} DESTINATION "include/aws/auth/private" COMPONENT Development) + + if (BUILD_SHARED_LIBS) + set (TARGET_DIR "shared") -- cgit v1.2.3