[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH] multipath-tools: fix soname
- From: Benjamin Marzinski <bmarzins redhat com>
- To: device-mapper development <dm-devel redhat com>
- Subject: [dm-devel] [PATCH] multipath-tools: fix soname
- Date: Wed, 2 Dec 2009 19:45:56 -0600
I assume that the soname wasn't supposed to have a 'd' at the end.
-Ben
Signed-off-by: Benjamin Marzinski <bmarzins 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]