From efefdd8b70a93265e21b43f13e5b869fbc227a65 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 3 Jun 2025 22:57:56 +1200 Subject: [PATCH] 'Generic Commit' --- Dockerfile.dropshell-build | 2 ++ ipdemo/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/Dockerfile.dropshell-build b/Dockerfile.dropshell-build index 0399969..8c669b7 100644 --- a/Dockerfile.dropshell-build +++ b/Dockerfile.dropshell-build @@ -22,6 +22,8 @@ RUN apk add --no-cache \ binutils \ elfutils-dev +RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev + # Set working directory WORKDIR /app diff --git a/ipdemo/CMakeLists.txt b/ipdemo/CMakeLists.txt index c5f0a08..a3d280c 100644 --- a/ipdemo/CMakeLists.txt +++ b/ipdemo/CMakeLists.txt @@ -102,6 +102,7 @@ target_link_libraries(${PROJECT_EXE_NAME} PRIVATE nlohmann_json::nlohmann_json ) + # Set static linking flags set_target_properties(${PROJECT_EXE_NAME} PROPERTIES LINK_FLAGS "-static"