]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Linux regtest: link for bug480706
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 6 Feb 2024 14:17:23 +0000 (15:17 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 6 Feb 2024 14:17:23 +0000 (15:17 +0100)
Needed to use LDADD not LDFLAGS

memcheck/tests/linux/Makefile.am

index 9a950d84817b2bcf2582e76410a7d917f0e1eb25..29f3b89749c160920b16ac2136e30d1ba660e553 100644 (file)
@@ -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