Fix dynsec linking

This commit is contained in:
Roger A. Light
2024-03-18 14:02:51 +00:00
parent fe80b9b351
commit 78cba447a2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ if(WITH_TLS)
)
set(LINKLIST
libmosquitto_common
cJSON
OpenSSL::SSL
)
+1 -1
View File
@@ -5,7 +5,7 @@ PLUGIN_NAME=mosquitto_dynamic_security
LOCAL_CFLAGS+=
LOCAL_CPPFLAGS+=-I${R}/lib/ -I${R}/src/ -I${R}/plugins/common
LOCAL_LIBADD+=-lcjson -lm
LOCAL_LIBADD+=-lcjson -lm $(LIBMOSQ_COMMON)
LOCAL_LDFLAGS+=
WITH_PW_CACHE:=yes