r767 - lvm2/trunk/debian/patches

Bastian Blank waldi at alioth.debian.org
Fri Nov 6 17:20:11 UTC 2009


Author: waldi
Date: Fri Nov  6 17:20:10 2009
New Revision: 767

Log:
debian/patches/libdm-static.patch: Add.

Added:
   lvm2/trunk/debian/patches/libdm-static.patch

Added: lvm2/trunk/debian/patches/libdm-static.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ lvm2/trunk/debian/patches/libdm-static.patch	Fri Nov  6 17:20:10 2009	(r767)
@@ -0,0 +1,25 @@
+--- a/libdm/Makefile.in
++++ b/libdm/Makefile.in
+@@ -35,9 +35,7 @@
+ 
+ INCLUDES = -I$(srcdir)/$(interface) -I$(srcdir)
+ 
+-ifeq ("@STATIC_LINK@", "yes")
+ LIB_STATIC = $(interface)/libdevmapper.a
+-endif
+ 
+ ifeq ("@LIB_SUFFIX@","dylib")
+   LIB_SHARED = $(interface)/libdevmapper.dylib
+@@ -60,11 +58,7 @@
+ 	install_ioctl install_ioctl_static \
+ 	install_pkgconfig
+ 
+-INSTALL_TYPE = install_dynamic
+-
+-ifeq ("@STATIC_LINK@", "yes")
+-  INSTALL_TYPE += install_static
+-endif
++INSTALL_TYPE = install_dynamic install_static
+ 
+ ifeq ("@PKGCONFIG@", "yes")
+   INSTALL_TYPE += install_pkgconfig



More information about the pkg-lvm-commits mailing list