diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 16:19:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 16:19:02 +0200 |
commit | 0bc52de49b72c721c823042c1920b90887c8e0b1 (patch) | |
tree | 6320cc008d20be751f19523c1fe6326d574a471f /package/lvm/patches/patch-Makefile_in | |
parent | acd5d0f4a9b1ed64975968126680f5247691ddba (diff) |
update to latest upstream
- force building of static libdevmapper library via patch
Diffstat (limited to 'package/lvm/patches/patch-Makefile_in')
-rw-r--r-- | package/lvm/patches/patch-Makefile_in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/lvm/patches/patch-Makefile_in b/package/lvm/patches/patch-Makefile_in index e22bc814b..d0e22571f 100644 --- a/package/lvm/patches/patch-Makefile_in +++ b/package/lvm/patches/patch-Makefile_in @@ -1,5 +1,5 @@ ---- LVM2.2.02.45.orig/Makefile.in 2008-11-18 14:16:03.000000000 +0100 -+++ LVM2.2.02.45/Makefile.in 2009-06-11 23:21:31.000000000 +0200 +--- LVM2.2.02.51.orig/Makefile.in 2009-07-31 13:49:53.000000000 +0200 ++++ LVM2.2.02.51/Makefile.in 2009-08-22 15:24:06.000000000 +0200 @@ -16,7 +16,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ @@ -7,9 +7,9 @@ -SUBDIRS = doc include man scripts +SUBDIRS = doc include - ifeq ("@INTL@", "yes") - SUBDIRS += po -@@ -49,7 +49,7 @@ po: tools daemons + ifeq ("@UDEV_RULES@", "yes") + SUBDIRS += udev +@@ -60,7 +60,7 @@ po: tools daemons libdm.device-mapper: include.device-mapper daemons.device-mapper: libdm.device-mapper tools.device-mapper: libdm.device-mapper |