From: Paul Floyd Date: Tue, 6 Feb 2024 14:17:23 +0000 (+0100) Subject: Linux regtest: link for bug480706 X-Git-Tag: VALGRIND_3_23_0~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b9c3a4b4b2e5a5fa3f983fc08f8be5f658157f5;p=thirdparty%2Fvalgrind.git Linux regtest: link for bug480706 Needed to use LDADD not LDFLAGS --- diff --git a/memcheck/tests/linux/Makefile.am b/memcheck/tests/linux/Makefile.am index 9a950d8481..29f3b89749 100644 --- a/memcheck/tests/linux/Makefile.am +++ b/memcheck/tests/linux/Makefile.am @@ -106,7 +106,7 @@ stack_switch_LDADD = -lpthread timerfd_syscall_LDADD = -lrt if HAVE_OPENSSL -bug480706_LDFLAGS = ${AM_LDFLAGS} -lcrypto +bug480706_LDADD = -lcrypto endif # Build shared object for dlclose_leak