summaryrefslogtreecommitdiff
path: root/package/lvm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:09:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:09:27 +0100
commit051522c54a4e0e67846ce8bf91a1ea27801c12b9 (patch)
treec4158f231d8eccd622a2eb674f0a16da3080504f /package/lvm
parent1b2f6539dc0378b98840cb5fa98219c5fcb32188 (diff)
fix OpenBSD compile
Diffstat (limited to 'package/lvm')
-rw-r--r--package/lvm/patches/patch-libdm_Makefile_in6
-rw-r--r--package/lvm/patches/patch-tools_Makefile_in15
2 files changed, 15 insertions, 6 deletions
diff --git a/package/lvm/patches/patch-libdm_Makefile_in b/package/lvm/patches/patch-libdm_Makefile_in
index 02d029e48..0a7799b33 100644
--- a/package/lvm/patches/patch-libdm_Makefile_in
+++ b/package/lvm/patches/patch-libdm_Makefile_in
@@ -1,6 +1,6 @@
always install static library
---- LVM2.2.02.51.orig/libdm/Makefile.in 2009-04-08 16:04:35.000000000 +0200
-+++ LVM2.2.02.51/libdm/Makefile.in 2009-08-22 15:37:53.000000000 +0200
+--- LVM2.2.02.51.orig/libdm/Makefile.in Wed Apr 8 16:04:35 2009
++++ LVM2.2.02.51/libdm/Makefile.in Mon Feb 15 23:25:01 2010
@@ -34,9 +34,9 @@ SOURCES =\
INCLUDES = -I$(interface) -I.
@@ -35,7 +35,7 @@ always install static library
$(includedir)/libdevmapper.h
install_dynamic: install_@interface@
-@@ -83,15 +84,17 @@ install_static: install_@interface@_stat
+@@ -83,15 +84,17 @@ install_static: install_@interface@_static
$(LN_S) -f libdevmapper.a.$(LIB_VERSION_DM) $(libdir)/libdevmapper.a
install_ioctl: ioctl/libdevmapper.$(LIB_SUFFIX)
diff --git a/package/lvm/patches/patch-tools_Makefile_in b/package/lvm/patches/patch-tools_Makefile_in
index 5dc0235e4..8d6e49a3f 100644
--- a/package/lvm/patches/patch-tools_Makefile_in
+++ b/package/lvm/patches/patch-tools_Makefile_in
@@ -1,6 +1,15 @@
---- LVM2.2.02.51.orig/tools/Makefile.in 2009-05-21 13:11:29.000000000 +0200
-+++ LVM2.2.02.51/tools/Makefile.in 2009-08-22 15:30:31.000000000 +0200
-@@ -160,21 +160,24 @@ cflow: lvm.cflow lvm.xref lvm.tree lvm.r
+--- LVM2.2.02.51.orig/tools/Makefile.in Thu May 21 13:11:29 2009
++++ LVM2.2.02.51/tools/Makefile.in Mon Feb 15 23:30:04 2010
+@@ -137,7 +137,7 @@ liblvm2cmd.$(LIB_SUFFIX): liblvm2cmd.a $(LDDEPS)
+
+ .commands: commands.h cmdnames.h Makefile
+ $(CC) -E -P cmdnames.h 2> /dev/null | \
+- egrep -v '^ *(|#.*|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands
++ egrep -v '^ *\(|#.*|dumpconfig|formats|help|pvdata|segtypes|version\) *$$' > .commands
+
+ .PHONY: install_cmdlib_dynamic install_cmdlib_static \
+ install_tools_dynamic install_tools_static
+@@ -160,21 +160,24 @@ cflow: lvm.cflow lvm.xref lvm.tree lvm.rtree lvm.rxref
endif
install_cmdlib_dynamic: liblvm2cmd.$(LIB_SUFFIX)