SOURCES: device-mapper-disable_dynamic_link.patch - 1.02.07 needs ...

qboosh qboosh at pld-linux.org
Wed May 17 19:53:30 CEST 2006


Author: qboosh                       Date: Wed May 17 17:53:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- 1.02.07 needs make.tmpl change

---- Files affected:
SOURCES:
   device-mapper-disable_dynamic_link.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/device-mapper-disable_dynamic_link.patch
diff -u SOURCES/device-mapper-disable_dynamic_link.patch:1.1 SOURCES/device-mapper-disable_dynamic_link.patch:1.2
--- SOURCES/device-mapper-disable_dynamic_link.patch:1.1	Sun Jul 31 19:51:28 2005
+++ SOURCES/device-mapper-disable_dynamic_link.patch	Wed May 17 19:53:25 2006
@@ -45,3 +45,17 @@
  
  ifeq ("@STATIC_LINK@", "yes")
    INSTALL_TYPE += install_static
+--- device-mapper.1.02.07/make.tmpl.in.orig	2006-05-10 21:38:25.000000000 +0200
++++ device-mapper.1.02.07/make.tmpl.in	2006-05-17 19:11:38.814962000 +0200
+@@ -123,7 +123,11 @@
+ .PHONY: $(SUBDIRS) $(SUBDIRS.install) $(SUBDIRS.clean) $(SUBDIRS.distclean)
+ .PHONY: $(SUBDIRS.pofile)
+ 
++ifeq ("@DYNAMIC_LINK@", "yes")
+ TARGETS += $(LIB_SHARED) $(LIB_STATIC)
++else
++TARGETS += $(LIB_STATIC)
++endif
+ 
+ all: $(SUBDIRS) $(TARGETS)
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/device-mapper-disable_dynamic_link.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list