From 6ca306ea8e0bcc38deb94961b3ecac3bad3d046c Mon Sep 17 00:00:00 2001
From: Arne Jonsson <arne.jonsson@iopsys.eu>
Date: Tue, 19 Mar 2024 16:08:29 +0100
Subject: [PATCH] Add ssl and crypto lib needed by new Broadcom version

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 380a242..307ecda 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ endif
 OBJS := $(SRCS:.c=.o)
 
 LIBS += $(VOICEMNGR_LIBS)
-LIBS += -ljson-c -lubox -lubus -lpthread -lpicoevent -luci -L./libvoice -lvoice -lblobmsg_json
+LIBS += -ljson-c -lubox -lubus -lpthread -lpicoevent -luci -L./libvoice -lvoice -lblobmsg_json -lssl -lcrypto
 
 all: debug $(VOICEMNGR)
 
-- 
GitLab