[dm-devel] [PATCH 14/72] multipath tests: use -lpthread for alias test

Martin Wilck Martin.Wilck at suse.com
Sat Oct 12 21:27:54 UTC 2019


From: Martin Wilck <mwilck at suse.com>

This becomes necessary because of the previous patch.

Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 tests/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/Makefile b/tests/Makefile
index 0ce318c6..0dce8571 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -29,6 +29,7 @@ blacklist-test_LIBDEPS := -ludev
 vpd-test_OBJDEPS :=  ../libmultipath/discovery.o
 vpd-test_LIBDEPS := -ludev -lpthread -ldl
 alias-test_TESTDEPS := test-log.o
+alias-test_LIBDEPS := -lpthread -ldl
 
 lib/libchecktur.so:
 	mkdir lib
-- 
2.23.0





More information about the dm-devel mailing list