]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jul 2008 21:17:54 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper-ac.patch -> 1.2
    device-mapper-disable_dynamic_link.patch -> 1.5

device-mapper-ac.patch [deleted file]
device-mapper-disable_dynamic_link.patch [deleted file]

diff --git a/device-mapper-ac.patch b/device-mapper-ac.patch
deleted file mode 100644 (file)
index ff71e4e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- device-mapper.1.02.07/configure.in.orig    2006-07-01 12:25:41.929565000 +0200
-+++ device-mapper.1.02.07/configure.in 2006-07-01 13:17:13.702789000 +0200
-@@ -349,7 +349,7 @@
- AC_MSG_RESULT($interface)
- if test "-f VERSION" ; then
--  DM_LIB_VERSION="\"`cat VERSION|sed -e \"s/([[0-9.]]*)/\0-$interface/\"`\""
-+  DM_LIB_VERSION="\"`cat VERSION|sed -e 's/([[0-9.]]*)/\0-'$interface/`\""
- else
-   DM_LIB_VERSION="Unknown version ($interface)"
- fi
diff --git a/device-mapper-disable_dynamic_link.patch b/device-mapper-disable_dynamic_link.patch
deleted file mode 100644 (file)
index 66c37c3..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-diff -durN -x '*~' device-mapper.1.01.03.orig/configure.in device-mapper.1.01.03/configure.in
---- device-mapper.1.01.03.orig/configure.in    2005-06-13 16:07:29.000000000 +0200
-+++ device-mapper.1.01.03/configure.in 2005-07-31 19:10:30.000000000 +0200
-@@ -249,7 +249,15 @@
-   STATIC_LINK=$enableval, STATIC_LINK=no)
- AC_MSG_RESULT($STATIC_LINK)
--################################################################################
-+#
-+AC_MSG_CHECKING(whether to use dynamic linking)
-+AC_ARG_ENABLE(dynamic_link,
-+  [  --enable-dynamic_link    Use this to not link the tools to their libraries
-+                          statically.  Default is dynamic linking],
-+  DYNAMIC_LINK=$enableval, DYNAMIC_LINK=no)
-+AC_MSG_RESULT($DYNAMIC_LINK)
-+
-+###############################################################################
- dnl -- Disable selinux
- AC_MSG_CHECKING(whether to enable selinux support)
- AC_ARG_ENABLE(selinux, [  --disable-selinux       Disable selinux support],
-@@ -496,6 +496,7 @@
- AC_SUBST(SNAPSHOTS)
- AC_SUBST(STATICDIR)
- AC_SUBST(STATIC_LINK)
-+AC_SUBST(DYNAMIC_LINK)
- AC_SUBST([LIB_PTHREAD])
- AC_SUBST(interface)
- AC_SUBST(kerneldir)
---- device-mapper.1.02.23/dmsetup/Makefile.in.orig     2007-08-21 22:32:30.000000000 +0200
-+++ device-mapper.1.02.23/dmsetup/Makefile.in  2007-12-16 23:07:07.095562047 +0100
-@@ -16,8 +16,10 @@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
-+ifeq ("@DYNAMIC_LINK@", "yes")
- TARGETS = dmsetup
- INSTALL_TYPE = install_dynamic
-+endif
- LIB_PTHREAD = @LIB_PTHREAD@
- ifeq ("@STATIC_LINK@", "yes")
-diff -durN -x '*~' device-mapper.1.01.03.orig/lib/Makefile.in device-mapper.1.01.03/lib/Makefile.in
---- device-mapper.1.01.03.orig/lib/Makefile.in 2005-04-28 00:32:00.000000000 +0200
-+++ device-mapper.1.01.03/lib/Makefile.in      2005-07-31 19:10:13.000000000 +0200
-@@ -45,7 +45,9 @@
- .PHONY: install_dynamic install_static \
-       install_fs install_ioctl install_ioctl_static
-+ifeq ("@DYNAMIC_LINK@", "yes")
- INSTALL_TYPE = install_dynamic
-+endif
- ifeq ("@STATIC_LINK@", "yes")
-   INSTALL_TYPE += install_static
---- device-mapper.1.02.23/make.tmpl.in.orig    2007-10-03 12:48:27.000000000 +0200
-+++ device-mapper.1.02.23/make.tmpl.in 2007-12-16 23:06:42.922184485 +0100
-@@ -123,7 +123,11 @@
- .PHONY: $(SUBDIRS) $(SUBDIRS.install) $(SUBDIRS.clean) $(SUBDIRS.distclean)
- .PHONY: $(SUBDIRS.pofile)
-+ifeq ("@DYNAMIC_LINK@", "yes")
- TARGETS += $(LIB_SHARED) $(LIB_STATIC) $(VERSIONED_SHLIB)
-+else
-+TARGETS += $(LIB_STATIC)
-+endif
- all: $(SUBDIRS) $(TARGETS)
This page took 0.116227 seconds and 4 git commands to generate.