All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libmpathpersist: depend on libmultipath
@ 2020-05-06  7:35 Christian Hesse
  2020-05-06  7:35 ` [PATCH 2/2] libmultipath: create libdir on install Christian Hesse
  2020-05-07 21:18 ` [PATCH 1/2] libmpathpersist: depend on libmultipath Martin Wilck
  0 siblings, 2 replies; 7+ messages in thread
From: Christian Hesse @ 2020-05-06  7:35 UTC (permalink / raw)
  To: dm-devel; +Cc: Christian Hesse

From: Christian Hesse <mail@eworm.de>

Without this the build fails with:

/usr/bin/ld: cannot find -lmultipath

Signed-off-by: Christian Hesse <mail@eworm.de>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1dee3680..ba1d73ba 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ all:	$(BUILDDIRS)
 $(BUILDDIRS):
 	$(MAKE) -C $@
 
-multipath multipathd mpathpersist: libmultipath
+libmpathpersist multipath multipathd mpathpersist: libmultipath
 mpathpersist:  libmpathpersist
 
 $(BUILDDIRS.clean):

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-07 22:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06  7:35 [PATCH 1/2] libmpathpersist: depend on libmultipath Christian Hesse
2020-05-06  7:35 ` [PATCH 2/2] libmultipath: create libdir on install Christian Hesse
2020-05-06  7:48   ` Christian Hesse
2020-05-07 21:13     ` Martin Wilck
2020-05-07 22:18       ` Christian Hesse
2020-05-07 21:18 ` [PATCH 1/2] libmpathpersist: depend on libmultipath Martin Wilck
2020-05-07 22:14   ` Christian Hesse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.