mirror of https://github.com/OpenIPC/firmware.git
[no ci] Package: update nabto makefile (#1701)
parent
ce2a9bdbf6
commit
515cbe68e7
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue