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
mr13.3.1
Donat Zenichev 1 year ago
parent 8b0473cf4a
commit bbc387c409

@ -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

Loading…
Cancel
Save