[no ci] Package: update nabto makefile (#1701)

pull/1703/head
viktorxda 2025-02-10 17:29:20 +01:00 committed by GitHub
parent ce2a9bdbf6
commit 515cbe68e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View File

@ -55,6 +55,19 @@ index cbc6b8a..0eb63d7 100644
if (args->homeDir != NULL) { if (args->homeDir != NULL) {
// perfect just using the homeDir // perfect just using the homeDir
make_directory(args->homeDir); make_directory(args->homeDir);
diff --git a/platform_integration_example/CMakeLists.txt b/platform_integration_example/CMakeLists.txt
index c30f4ab..b01ec4c 100644
--- a/platform_integration_example/CMakeLists.txt
+++ b/platform_integration_example/CMakeLists.txt
@@ -41,7 +41,7 @@ else()
nm_mbedtls_srv
nm_mbedtls_random
nm_mbedtls_spake2
- 3rdparty_mbedtls
+ mbedtls
)
endif()
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 60b89b3..b67bb86 100644 index 60b89b3..b67bb86 100644
--- a/src/core/CMakeLists.txt --- a/src/core/CMakeLists.txt

View File

@ -19,8 +19,7 @@ endef
NABTO_CONF_OPTS += \ NABTO_CONF_OPTS += \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=OFF \ -DBUILD_SHARED_LIBS=OFF
-DDEVICE_BUILD_EXAMPLES=OFF
define NABTO_INSTALL_TARGET_CMDS define NABTO_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin $(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin