r798 - lvm2/trunk/debian/patches

Bastian Blank waldi at alioth.debian.org
Tue Mar 16 22:50:52 UTC 2010


Author: waldi
Date: Tue Mar 16 22:50:52 2010
New Revision: 798

Log:
* debian/patches/libdm-event-static.patch: Add.
* debian/patches/series: Add new patch.

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

Added: lvm2/trunk/debian/patches/libdm-event-static.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ lvm2/trunk/debian/patches/libdm-event-static.patch	Tue Mar 16 22:50:52 2010	(r798)
@@ -0,0 +1,27 @@
+--- a/daemons/dmeventd/Makefile.in
++++ b/daemons/dmeventd/Makefile.in
+@@ -26,12 +26,12 @@
+ INSTALL_DMEVENTD_TARGETS = install_dmeventd_dynamic
+ INSTALL_LIB_TARGETS = install_lib_dynamic
+ 
+-ifeq ("@STATIC_LINK@", "yes")
+   LIB_STATIC = libdevmapper-event.a
++ifeq ("@STATIC_LINK@", "yes")
+   TARGETS += dmeventd.static
+   INSTALL_DMEVENTD_TARGETS += install_dmeventd_static
+-  INSTALL_LIB_TARGETS += install_lib_static
+ endif
++  INSTALL_LIB_TARGETS += install_lib_static
+ 
+ LIB_VERSION = $(LIB_VERSION_DM)
+ 
+@@ -85,8 +85,7 @@
+ 		$(libdir)/libdevmapper-event.$(LIB_SUFFIX)
+ 
+ install_lib_static: libdevmapper-event.a
+-	$(INSTALL) -D $< $(libdir)/libdevmapper-event.a.$(LIB_VERSION)
+-	$(LN_S) -f libdevmapper-event.a.$(LIB_VERSION) $(libdir)/libdevmapper-event.a
++	$(INSTALL) -D $< $(usrlibdir)/libdevmapper-event.a
+ 
+ install_lib: $(INSTALL_LIB_TARGETS)
+ 

Modified: lvm2/trunk/debian/patches/series
==============================================================================
--- lvm2/trunk/debian/patches/series	Tue Mar 16 22:50:32 2010	(r797)
+++ lvm2/trunk/debian/patches/series	Tue Mar 16 22:50:52 2010	(r798)
@@ -7,4 +7,5 @@
 rules-subdir.patch
 implicit-pointer.patch
 libdm-static.patch
+libdm-event-static.patch
 scripts-bash.sh



More information about the pkg-lvm-commits mailing list