blob: 86d5e0e9c47808c77a9b387192e59d2323cb82f5 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From fe65ac8face3c88d9d4e12811f44e63ad72c59ae Mon Sep 17 00:00:00 2001
2From: Bian Naimeng <biannm@cn.fujitsu.com>
3Date: Thu, 18 Jun 2015 12:25:25 +0900
4Subject: [PATCH] fix build warning
5
6 NOTE: Executing RunQueue Tasks
7 WARNING: QA Issue: Symlink /lib/libmpathpersist.so in multipath-tools-dev points to TMPDIR [symlink-to-sysroot]
8 NOTE: Tasks Summary: Attempted 1604 tasks of which 1591 didn't need to be rerun and all succeeded.
9
10Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
11---
12 libmpathpersist/Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile
16index c4ec1c5..62022eb 100644
17--- a/libmpathpersist/Makefile
18+++ b/libmpathpersist/Makefile
19@@ -32,7 +32,7 @@ install: $(LIBS)
20 $(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)$(man3dir)
21 $(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)/usr/include/
22 $(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)/usr/share/doc/mpathpersist/
23- ln -sf $(DESTDIR)$(syslibdir)/$(LIBS) $(DESTDIR)$(syslibdir)/$(DEVLIB)
24+ ln -sf $(syslibdir)/$(LIBS) $(DESTDIR)$(syslibdir)/$(DEVLIB)
25 install -m 644 mpath_persistent_reserve_in.3.gz $(DESTDIR)$(man3dir)
26 install -m 644 mpath_persistent_reserve_out.3.gz $(DESTDIR)$(man3dir)
27 install -m 644 mpath_persist.h $(DESTDIR)/usr/include/
28--
291.8.4.2
30