Blame SOURCES/0004-libmpathpersist-depend-on-libmultipath.patch

6bed34
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
6bed34
From: Christian Hesse <mail@eworm.de>
6bed34
Date: Wed, 6 May 2020 09:35:47 +0200
6bed34
Subject: [PATCH] libmpathpersist: depend on libmultipath
6bed34
6bed34
Without this the build fails with:
6bed34
6bed34
/usr/bin/ld: cannot find -lmultipath
6bed34
6bed34
Signed-off-by: Christian Hesse <mail@eworm.de>
6bed34
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
6bed34
---
6bed34
 Makefile | 2 +-
6bed34
 1 file changed, 1 insertion(+), 1 deletion(-)
6bed34
6bed34
diff --git a/Makefile b/Makefile
6bed34
index 1dee3680..ba1d73ba 100644
6bed34
--- a/Makefile
6bed34
+++ b/Makefile
6bed34
@@ -28,7 +28,7 @@ all:	$(BUILDDIRS)
6bed34
 $(BUILDDIRS):
6bed34
 	$(MAKE) -C $@
6bed34
 
6bed34
-multipath multipathd mpathpersist: libmultipath
6bed34
+libmpathpersist multipath multipathd mpathpersist: libmultipath
6bed34
 mpathpersist:  libmpathpersist
6bed34
 
6bed34
 $(BUILDDIRS.clean):
6bed34
-- 
6bed34
2.17.2
6bed34