@ -1,25 +0,0 @@ |
|||
|
|||
[TIMESTAMP] 1117169026 Fri May 27 00:43:46 2005 |
|||
[CONFIG-ID] 2.1.0-rc1-x86-pentium4-generic |
|||
[BUILDTIME] 2007 (3) |
|||
[SIZE] 0.12 MB, 19 files |
|||
|
|||
[DEP] 00-dirtree |
|||
[DEP] bash |
|||
[DEP] binutils |
|||
[DEP] bzip2 |
|||
[DEP] coreutils |
|||
[DEP] diffutils |
|||
[DEP] findutils |
|||
[DEP] gawk |
|||
[DEP] gcc |
|||
[DEP] glibc |
|||
[DEP] grep |
|||
[DEP] linux-header |
|||
[DEP] make |
|||
[DEP] mktemp |
|||
[DEP] net-tools |
|||
[DEP] sed |
|||
[DEP] sysfiles |
|||
[DEP] tar |
|||
[DEP] util-linux |
@ -1,28 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../device-mapper/device-mapper.conf |
|||
# Copyright (C) 2007 - 2009 The OpenSDE Project |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
prefix= |
|||
set_confopt |
|||
|
|||
var_append confopt ' ' '--enable-static_link=yes' |
|||
if [ "$SDECFG_STATIC" == 1 ]; then |
|||
var_append patchfiles ' ' "$confdir/no_dynamic.diff" |
|||
libdir="/usr/lib" |
|||
fi |
|||
|
|||
atstage native || autogen=1 |
|||
|
|||
# STRIP is used on the Makefile as the -s argument for `install` |
|||
export STRIP= |
@ -1,36 +0,0 @@ |
|||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] |
|||
[COPY] Filename: package/.../device-mapper/device-mapper.desc |
|||
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project |
|||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] More information can be found in the files COPYING and README. |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
|||
[COPY] GNU General Public License can be found in the file COPYING. |
|||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] Logical volume management for the Linux kernel |
|||
|
|||
[T] The Device-mapper is a new component of the linux kernel |
|||
[T] that supports logical volume management. It is required by |
|||
[T] LVM2 and EVMS. The original LVM (included in stock 2.4 |
|||
[T] kernels) does not use it. |
|||
|
|||
[U] http://sources.redhat.com/dm/ |
|||
|
|||
[A] Red Hat, Inc <dm-devel@redhat.com> |
|||
[M] Alejandro Mery <amery@opensde.org> |
|||
|
|||
[C] extra/filesystem |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 1.02.28 |
|||
[P] X -?-3-----9 183.800 |
|||
|
|||
[D] 4220561740 device-mapper.1.02.28.tgz ftp://sources.redhat.com/pub/dm/ |
@ -1,29 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../device-mapper/dietlibc.patch |
|||
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- ./lib/libdevmapper.h.orig 2008-03-10 23:00:02.000000000 +0000
|
|||
+++ ./lib/libdevmapper.h 2008-03-10 23:02:49.000000000 +0000
|
|||
@@ -24,6 +24,10 @@
|
|||
# include <linux/types.h> |
|||
#endif |
|||
|
|||
+#ifdef __dietlibc__
|
|||
+# include <stdint.h>
|
|||
+#endif
|
|||
+
|
|||
#include <limits.h> |
|||
#include <string.h> |
|||
#include <stdlib.h> |
@ -1,59 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../device-mapper/no_dynamic.diff |
|||
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|||
# Copyright (C) 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- ./lib/Makefile.in.orig 2006-06-21 17:07:03.000000000 +0200
|
|||
+++ ./lib/Makefile.in 2006-06-21 17:09:15.000000000 +0200
|
|||
@@ -46,7 +46,7 @@
|
|||
install_fs install_ioctl install_ioctl_static \ |
|||
install_pkgconfig |
|||
|
|||
-INSTALL_TYPE = install_dynamic
|
|||
+INSTALL_TYPE =
|
|||
|
|||
ifeq ("@STATIC_LINK@", "yes") |
|||
INSTALL_TYPE += install_static |
|||
--- ./make.tmpl.in.orig 2007-10-03 10:48:27.000000000 +0000
|
|||
+++ ./make.tmpl.in 2008-03-10 22:49:44.000000000 +0000
|
|||
@@ -123,7 +123,7 @@
|
|||
.PHONY: $(SUBDIRS) $(SUBDIRS.install) $(SUBDIRS.clean) $(SUBDIRS.distclean) |
|||
.PHONY: $(SUBDIRS.pofile) |
|||
|
|||
-TARGETS += $(LIB_SHARED) $(LIB_STATIC) $(VERSIONED_SHLIB)
|
|||
+TARGETS += $(LIB_STATIC)
|
|||
|
|||
all: $(SUBDIRS) $(TARGETS) |
|||
|
|||
--- ./dmsetup/Makefile.in.orig 2007-08-21 20:32:30.000000000 +0000
|
|||
+++ ./dmsetup/Makefile.in 2008-03-10 22:53:55.000000000 +0000
|
|||
@@ -16,8 +16,8 @@
|
|||
top_srcdir = @top_srcdir@ |
|||
VPATH = @srcdir@ |
|||
|
|||
-TARGETS = dmsetup
|
|||
-INSTALL_TYPE = install_dynamic
|
|||
+TARGETS =
|
|||
+INSTALL_TYPE =
|
|||
LIB_PTHREAD = @LIB_PTHREAD@ |
|||
|
|||
ifeq ("@STATIC_LINK@", "yes") |
|||
@@ -47,5 +47,5 @@
|
|||
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/$< |
|||
|
|||
install_static: dmsetup.static |
|||
- $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/$<
|
|||
+ $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< $(sbindir)/dmsetup
|
|||
|
@ -1,27 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../device-mapper/no_rpl_malloc.patch.cross |
|||
# Copyright (C) 2008 The OpenSDE Project |
|||
# Copyright (C) 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- ./configure.in.orig 2008-06-06 16:44:35.000000000 -0400 |
|||
+++ ./configure.in 2008-09-04 15:56:17.000000000 -0400 |
|||
@@ -114,7 +114,6 @@ |
|||
AC_FUNC_CLOSEDIR_VOID |
|||
AC_FUNC_FORK |
|||
AC_FUNC_LSTAT |
|||
-AC_FUNC_MALLOC |
|||
AC_FUNC_MEMCMP |
|||
AC_FUNC_MMAP |
|||
AC_FUNC_STAT |