[no ci] Package: update nabto makefile

pull/1701/head
viktorxda 2025-02-10 15:36:09 +01:00
parent ce2a9bdbf6
commit bb61e2332d
2 changed files with 14 additions and 2 deletions

View File

@ -55,6 +55,19 @@ index cbc6b8a..0eb63d7 100644
if (args->homeDir != NULL) {
// perfect just using the 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
index 60b89b3..b67bb86 100644
--- a/src/core/CMakeLists.txt

View File

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