From d14eeaea6e6a0e6954fea06004ccd3a703dbd6a5 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 26 Mar 2021 14:13:37 -0400 Subject: [PATCH] TT#111150 fix typo Change-Id: I5cf4a8b56751e07eb0efed74f580a297741a235a --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index c8ea9818a..3d5c37b1f 100644 --- a/t/Makefile +++ b/t/Makefile @@ -172,7 +172,7 @@ test-payload-tracker: test-payload-tracker.o $(COMMONOBJS) ssrc.o aux.o auxlib.o test-const_str_hash.strhash: test-const_str_hash.strhash.o $(COMMONOBJS) PRELOAD_CFLAGS += -D_GNU_SOURCE -std=c99 -PRELOAD_LIBS += -dl +PRELOAD_LIBS += -ldl tests-preload.so: tests-preload.c $(CC) $(PRELOAD_CFLAGS) -o $@ -shared -fPIC $< $(LDFLAGS) $(PRELOAD_LIBS)