summaryrefslogtreecommitdiff
path: root/security/aws-c-auth/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2021-10-23 13:43:44 +0100
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2021-10-25 15:04:51 +0100
commit7d42f97bb9975993a2fa46e126cafbbe9dfb7b7a (patch)
tree41cddb9dbfef7e46d93f692bc40f2d4f33d89406 /security/aws-c-auth/files/patch-CMakeLists.txt
parentdevel/aws-crt-cpp: Add new port (diff)
security/aws-c-auth: Add new port
C99 library implementation of AWS client-side authentication: standard credentials providers and signing.
Diffstat (limited to 'security/aws-c-auth/files/patch-CMakeLists.txt')
-rw-r--r--security/aws-c-auth/files/patch-CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
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")