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

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