From bbc387c409a40341a060978dc1d1593f049357f2 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Thu, 20 Mar 2025 14:02:31 +0100 Subject: [PATCH] MT#56025 Extend linkers flags (mod_utils) Just add the following flags, which are affecting the usage in our newer functionality: - ssl - crypto Change-Id: Ia3edf1b77316fd64f7f55a5d2600fee730a285b4 --- apps/dsm/mods/mod_utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dsm/mods/mod_utils/Makefile b/apps/dsm/mods/mod_utils/Makefile index c17bee02..e211c427 100644 --- a/apps/dsm/mods/mod_utils/Makefile +++ b/apps/dsm/mods/mod_utils/Makefile @@ -2,7 +2,7 @@ plug_in_name = mod_utils DSMPATH ?= ../.. -module_ldflags = +module_ldflags = -lssl -lcrypto module_cflags = -DMOD_NAME=\"$(plug_in_name)\" -I$(DSMPATH) COREPATH ?=$(DSMPATH)/../../core