summaryrefslogtreecommitdiffstats
path: root/linking_change.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@fedoraproject.org>2008-05-20 06:30:55 +0000
committerBenjamin Marzinski <bmarzins@fedoraproject.org>2008-05-20 06:30:55 +0000
commit17ed09d594703cd9cb7cf85229bacb70153137a9 (patch)
tree48b7e29729f5abb65b66e637e4f367073d3813c4 /linking_change.patch
parent005566c77fa9fe9abb2fe7726e398f7538c50c30 (diff)
Diffstat (limited to 'linking_change.patch')
-rw-r--r--linking_change.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/linking_change.patch b/linking_change.patch
index 0215e3a..9a8a142 100644
--- a/linking_change.patch
+++ b/linking_change.patch
@@ -2,7 +2,7 @@ Index: multipath-tools-080519/libmultipath/Makefile
===================================================================
--- multipath-tools-080519.orig/libmultipath/Makefile
+++ multipath-tools-080519/libmultipath/Makefile
-@@ -23,14 +23,16 @@ endif
+@@ -23,14 +23,15 @@ endif
all: $(LIBS)
$(LIBS): $(OBJS)
@@ -14,7 +14,6 @@ Index: multipath-tools-080519/libmultipath/Makefile
+ $(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(prefix)/lib/$(LIBS)
$(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)$(libdir)
- $(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
-+ ldconfig
uninstall:
- rm -f $(DESTDIR)$(libdir)/$(LIBS)