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

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