[dm-devel] [PATCH] multipath-tools: fix soname

Benjamin Marzinski bmarzins at redhat.com
Thu Dec 3 01:45:56 UTC 2009


I assume that the soname wasn't supposed to have a 'd' at the end.

-Ben

Signed-off-by: Benjamin Marzinski <bmarzins at redhat.com>
---
 libmultipath/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: multipath-tools-091202/libmultipath/Makefile
===================================================================
--- multipath-tools-091202.orig/libmultipath/Makefile
+++ multipath-tools-091202/libmultipath/Makefile
@@ -4,7 +4,7 @@
 #
 include ../Makefile.inc
 
-SONAME=0d
+SONAME=0
 DEVLIB = libmultipath.so
 LIBS = $(DEVLIB).$(SONAME)
 LIBDEPS = -lpthread -ldl -ldevmapper




More information about the dm-devel mailing list