From 220a96f9926788ed531717f78e44fdf1e7ab3b34 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Dec 2010 22:45:29 +0100 Subject: rework architecture / embedded systems concept Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) --- package/lvm/patches/patch-libdm_Makefile_in | 17 ++++++++--------- package/lvm/patches/patch-make_tmpl_in | 8 ++++---- package/lvm/patches/patch-scripts_Makefile_in | 10 +++++----- package/lvm/patches/patch-tools_Makefile_in | 10 +++++----- 4 files changed, 22 insertions(+), 23 deletions(-) (limited to 'package/lvm/patches') diff --git a/package/lvm/patches/patch-libdm_Makefile_in b/package/lvm/patches/patch-libdm_Makefile_in index 9a999133b..49f49a17a 100644 --- a/package/lvm/patches/patch-libdm_Makefile_in +++ b/package/lvm/patches/patch-libdm_Makefile_in @@ -1,5 +1,5 @@ ---- LVM2.2.02.72.orig/libdm/Makefile.in Fri Jun 25 20:17:39 2010 -+++ LVM2.2.02.72/libdm/Makefile.in Fri Jul 30 10:34:15 2010 +--- LVM2.2.02.79.orig/libdm/Makefile.in 2010-08-03 15:00:46.000000000 +0200 ++++ LVM2.2.02.79/libdm/Makefile.in 2010-12-26 22:15:11.000000000 +0100 @@ -34,10 +34,7 @@ SOURCES =\ INCLUDES = -I$(srcdir)/$(interface) -I$(srcdir) @@ -11,19 +11,18 @@ LIB_SHARED = $(interface)/libdevmapper.$(LIB_SUFFIX) LIB_VERSION = $(LIB_VERSION_DM) TARGETS += libdevmapper.$(LIB_SUFFIX) libdevmapper.$(LIB_SUFFIX).$(LIB_VERSION) -@@ -65,11 +62,8 @@ libdevmapper.$(LIB_SUFFIX) libdevmapper.$(LIB_SUFFIX). +@@ -65,10 +62,7 @@ libdevmapper.$(LIB_SUFFIX) libdevmapper. install_pkgconfig INSTALL_TYPE = install_dynamic -+INSTALL_TYPE += install_static - +- -ifeq ("@STATIC_LINK@", "yes") - INSTALL_TYPE += install_static -endif -- ++INSTALL_TYPE += install_static + ifeq ("@PKGCONFIG@", "yes") INSTALL_TYPE += install_pkgconfig - endif @@ -79,7 +73,8 @@ install: $(INSTALL_TYPE) install_include install_device-mapper: install @@ -34,7 +33,7 @@ install_dynamic: install_@interface@ -@@ -88,10 +83,12 @@ install_static: install_@interface@_static +@@ -88,10 +83,12 @@ install_static: install_@interface@_stat install_ioctl: install_lib_shared install_pkgconfig: libdevmapper.pc @@ -48,4 +47,4 @@ + $(INSTALL_DATA) $< $(usrlibdir)/$( /dev/null | \ @@ -9,7 +9,7 @@ ifneq ("$(CFLOW_CMD)", "") CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES)) -@@ -170,18 +170,22 @@ endif +@@ -171,18 +171,22 @@ endif install_dmsetup_dynamic install_dmsetup_static install_cmdlib_include: $(srcdir)/lvm2cmd.h @@ -36,7 +36,7 @@ @echo Creating symbolic links for individual commands in $(sbindir) @for v in `cat .commands`; do \ echo "$(LN_S) -f lvm $(sbindir)/$$v"; \ -@@ -189,13 +193,16 @@ install_tools_dynamic: lvm .commands +@@ -190,13 +194,16 @@ install_tools_dynamic: lvm .commands done; install_tools_static: lvm.static -- cgit v1.2.3