diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:09:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:09:27 +0100 |
commit | 051522c54a4e0e67846ce8bf91a1ea27801c12b9 (patch) | |
tree | c4158f231d8eccd622a2eb674f0a16da3080504f /package/lvm/patches/patch-libdm_Makefile_in | |
parent | 1b2f6539dc0378b98840cb5fa98219c5fcb32188 (diff) |
fix OpenBSD compile
Diffstat (limited to 'package/lvm/patches/patch-libdm_Makefile_in')
-rw-r--r-- | package/lvm/patches/patch-libdm_Makefile_in | 6 |
1 files changed, 3 insertions, 3 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) |