We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d09b302 + 6318022 commit 4d52982Copy full SHA for 4d52982
components/mosquitto/CMakeLists.txt
@@ -82,7 +82,7 @@ idf_component_register(SRCS ${m_srcs}
82
${m_incl_dir} ${m_lib_dir} ${m_deps_dir}
83
INCLUDE_DIRS ${m_incl_dir} port/include
84
REQUIRES esp-tls
85
- PRIV_REQUIRES newlib sock_utils esp_timer)
+ PRIV_REQUIRES sock_utils esp_timer)
86
87
target_compile_definitions(${COMPONENT_LIB} PRIVATE "WITH_BROKER")
88
if (CONFIG_MOSQ_ENABLE_SYS)
components/mosquitto/examples/broker/main/CMakeLists.txt
@@ -1,3 +1,3 @@
1
idf_component_register(SRCS "example_broker.c"
2
- PRIV_REQUIRES newlib nvs_flash esp_netif esp_event mqtt
+ PRIV_REQUIRES nvs_flash esp_netif esp_event mqtt
3
EMBED_TXTFILES servercert.pem serverkey.pem cacert.pem)
0 commit comments