diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 22:45:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-30 22:45:29 +0100 |
commit | 220a96f9926788ed531717f78e44fdf1e7ab3b34 (patch) | |
tree | 406f65eea71fabd8cf66c2bd1108ec63f8c349ee /package/lvm/patches/patch-libdm_Makefile_in | |
parent | 38af8185ea05a1c5d1abb32a68a025e3b4afa4d6 (diff) |
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 ;)
Diffstat (limited to 'package/lvm/patches/patch-libdm_Makefile_in')
-rw-r--r-- | package/lvm/patches/patch-libdm_Makefile_in | 17 |
1 files changed, 8 insertions, 9 deletions
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)/$(<F) CLEAN_TARGETS += ioctl/libdevmapper.a - DISTCLEAN_TARGETS += libdevmapper.pc + DISTCLEAN_TARGETS += libdevmapper.pc .exported_symbols_generated |