From 3fc6f788eb9ccf64acdb1362da6437927c0b3534 Mon Sep 17 00:00:00 2001 From: Giuliano Belinassi Date: Thu, 2 Oct 2025 11:57:39 -0300 Subject: [PATCH] Fix dlopen testcase failing on glibc-2.31 Missing LDADD flags. Signed-off-by: Giuliano Belinassi --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 3e9e8a5f..6d0bfd66 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -651,8 +651,8 @@ EXTRA_DIST += notes.ld dlopen_SOURCES = dlopen.c dlopen_CFLAGS = $(AM_CFLAGS) -dlsym_LDADD = -lpthread -ldl -lrt -dlsym_DEPENDENCIES = libhundreds.la +dlopen_LDADD = -lpthread -ldl -lrt +dlopen_DEPENDENCIES = libhundreds.la TESTS = \ numserv.py \