mme: link against gnutls

Fix for:
/usr/bin/ld: key_derivation.so: undefined reference to `gnutls_hmac_fast'

Related: OS#5252
Change-Id: Iacddc22ecda187e250db9cfb1ca1d1d341ce78f4
This commit is contained in:
Oliver Smith 2021-10-12 13:01:26 +02:00
parent bd78b61d6a
commit f92ccad16b
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ export CPPFLAGS_TTCN3="
../regen-makefile.sh MME_Tests.ttcn $FILES
sed -i -e 's/^LINUX_LIBS = -lxml2 -lsctp/LINUX_LIBS = -lxml2 -lsctp -lfftranscode/' Makefile
sed -i -e 's/^LINUX_LIBS = -lxml2 -lsctp/LINUX_LIBS = -lxml2 -lsctp -lfftranscode -lgnutls/' Makefile