From 61ab3d917e4c1ab933a214416e86d03a7bf097cc Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 18 Mar 2020 09:08:19 -0400 Subject: [PATCH] TT#76711 add libdl linkage to testing preload lib Change-Id: I647182dd4abc44ef1f7956df419313215ab82a0f --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index 8e7737120..518830fc1 100644 --- a/t/Makefile +++ b/t/Makefile @@ -138,7 +138,7 @@ payload-tracker-test: payload-tracker-test.o $(COMMONOBJS) ssrc.o aux.o auxlib.o const_str_hash-test.strhash: const_str_hash-test.strhash.o $(COMMONOBJS) tests-preload.so: tests-preload.c - $(CC) -g -D_GNU_SOURCE -std=c99 -o $@ -Wall -shared -fPIC $< + $(CC) -g -D_GNU_SOURCE -std=c99 -o $@ -Wall -shared -fPIC $< -ldl ifeq ($(with_transcoding),yes) .depend: dtmf_rx_fillin.h