]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- 1.02.07 needs make.tmpl change
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 May 2006 17:53:25 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper-disable_dynamic_link.patch -> 1.2

device-mapper-disable_dynamic_link.patch

index 76579fe760645937d23c5a447a7384e27a77567e..6994cf4f46816601823565201dd08da04e2719d0 100644 (file)
@@ -45,3 +45,17 @@ diff -durN -x '*~' device-mapper.1.01.03.orig/lib/Makefile.in device-mapper.1.01
  
  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)
This page took 0.057404 seconds and 4 git commands to generate.