mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
a8bb333e65
ChangeLog: https://github.com/opensvc/multipath-tools/blob/0.10.0/NEWS.md * Refresh patches. * Drop 0001-libmultipath-always-use-glibc-basename.patch as the issue has been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From 69ee17207574ca032c3cb46a3db99736de3eedf8 Mon Sep 17 00:00:00 2001
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Date: Mon, 25 May 2020 23:22:55 -0700
|
|
Subject: [PATCH] add explicit dependency on libraries
|
|
|
|
[snip]
|
|
gcc/i686-overc-linux/10.1.0/ld: cannot find -lmpathpersist
|
|
collect2: error: ld returned 1 exit status
|
|
Makefile:36: recipe for target 'multipathd' failed
|
|
make[1]: *** [multipathd] Error 1
|
|
make[1]: Leaving directory 'git/multipathd'
|
|
Makefile:29: recipe for target 'multipathd' failed
|
|
make: *** [multipathd] Error 2
|
|
ln -sf libmpathpersist.so.0 libmpathpersist.so
|
|
[snip]
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
[OP: Rebase to 0.9.3]
|
|
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
|
|
---
|
|
Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 690dc050..b775f949 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -93,6 +93,7 @@ libmultipath: libmpathutil
|
|
libmpathpersist libmpathvalid multipath multipathd: libmultipath
|
|
libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath
|
|
mpathpersist multipathd: libmpathpersist
|
|
+libmultipath mpathpersist multipath multipathd: libmpathcmd
|
|
|
|
DEPS_ON_MULTIPATH := \
|
|
multipath \
|
|
--
|
|
2.25.1
|
|
|