From: Christian Hesse <list@eworm.de>
To: dm-devel@redhat.com
Cc: Christian Hesse <mail@eworm.de>
Subject: [PATCH 1/2] libmpathpersist: depend on libmultipath
Date: Wed, 6 May 2020 09:35:47 +0200 [thread overview]
Message-ID: <20200506073548.41756-1-list@eworm.de> (raw)
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):
next reply other threads:[~2020-05-06 7:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-06 7:35 Christian Hesse [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200506073548.41756-1-list@eworm.de \
--to=list@eworm.de \
--cc=dm-devel@redhat.com \
--cc=mail@eworm.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.