Remove unused glibc patches.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri May 02 08:41:38 2008 +0000 (2008-05-02)
changeset 471fdc40a921d80
parent 470 341c43d832f1
child 472 86c2bdaad27c
Remove unused glibc patches.
patches/glibc/2.5.1/make-install-lib-all.patch.dont_apply
patches/glibc/2.5/make-install-lib-all.patch.dont_apply
patches/glibc/2.6.1/make-install-lib-all.patch.dont_apply
patches/glibc/2.6/make-install-lib-all.patch.dont_apply
patches/glibc/2.7/make-install-lib-all.patch.dont_apply
     1.1 --- a/patches/glibc/2.5.1/make-install-lib-all.patch.dont_apply	Thu May 01 19:47:25 2008 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     1.4 -From http://svn.exactcode.de/t2/trunk/package/base/glibc32/make-install-lib-all.patch
     1.5 -Rule to install all needed libraries, not just the ones installed by install-lib,
     1.6 -yet not install programs.  
     1.7 -Needed because we can't use the main install target, as we can't build programs before
     1.8 -we have the final gcc installed; linking fails because libeh.a is not present,
     1.9 -and glibc insists on linking programs with that library.
    1.10 -
    1.11 -diff -Naur glibc-2.3.4.orig/Makerules glibc-2.3.4/Makerules
    1.12 ---- glibc-2.3.4.orig/Makerules	2004-12-15 20:52:39.000000000 +0200
    1.13 -+++ glibc-2.3.4/Makerules	2005-02-19 15:16:31.415125176 +0200
    1.14 -@@ -864,6 +864,13 @@
    1.15 - installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
    1.16 - 			     $(inst_libdir)/$(patsubst %,$(libtype$o),\
    1.17 - 						     $(libprefix)$(libc-name)))
    1.18 -+
    1.19 -+install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
    1.20 -+		$(inst_slibdir)/libc-$(version).so \
    1.21 -+		$(inst_libdir)/libc.so \
    1.22 -+		$(inst_libdir)/libc.a \
    1.23 -+		install-lib
    1.24 -+
    1.25 - install: $(installed-libcs)
    1.26 - $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
    1.27 - 	$(make-target-directory)
    1.28 -
    1.29 -Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
     2.1 --- a/patches/glibc/2.5/make-install-lib-all.patch.dont_apply	Thu May 01 19:47:25 2008 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,26 +0,0 @@
     2.4 -From http://svn.exactcode.de/t2/trunk/package/base/glibc32/make-install-lib-all.patch
     2.5 -Rule to install all needed libraries, not just the ones installed by install-lib,
     2.6 -yet not install programs.  
     2.7 -Needed because we can't use the main install target, as we can't build programs before
     2.8 -we have the final gcc installed; linking fails because libeh.a is not present,
     2.9 -and glibc insists on linking programs with that library.
    2.10 -
    2.11 -diff -Naur glibc-2.3.4.orig/Makerules glibc-2.3.4/Makerules
    2.12 ---- glibc-2.3.4.orig/Makerules	2004-12-15 20:52:39.000000000 +0200
    2.13 -+++ glibc-2.3.4/Makerules	2005-02-19 15:16:31.415125176 +0200
    2.14 -@@ -864,6 +864,13 @@
    2.15 - installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
    2.16 - 			     $(inst_libdir)/$(patsubst %,$(libtype$o),\
    2.17 - 						     $(libprefix)$(libc-name)))
    2.18 -+
    2.19 -+install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
    2.20 -+		$(inst_slibdir)/libc-$(version).so \
    2.21 -+		$(inst_libdir)/libc.so \
    2.22 -+		$(inst_libdir)/libc.a \
    2.23 -+		install-lib
    2.24 -+
    2.25 - install: $(installed-libcs)
    2.26 - $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
    2.27 - 	$(make-target-directory)
    2.28 -
    2.29 -Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
     3.1 --- a/patches/glibc/2.6.1/make-install-lib-all.patch.dont_apply	Thu May 01 19:47:25 2008 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,26 +0,0 @@
     3.4 -From http://svn.exactcode.de/t2/trunk/package/base/glibc32/make-install-lib-all.patch
     3.5 -Rule to install all needed libraries, not just the ones installed by install-lib,
     3.6 -yet not install programs.  
     3.7 -Needed because we can't use the main install target, as we can't build programs before
     3.8 -we have the final gcc installed; linking fails because libeh.a is not present,
     3.9 -and glibc insists on linking programs with that library.
    3.10 -
    3.11 -diff -Naur glibc-2.3.4.orig/Makerules glibc-2.3.4/Makerules
    3.12 ---- glibc-2.3.4.orig/Makerules	2004-12-15 20:52:39.000000000 +0200
    3.13 -+++ glibc-2.3.4/Makerules	2005-02-19 15:16:31.415125176 +0200
    3.14 -@@ -864,6 +864,13 @@
    3.15 - installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
    3.16 - 			     $(inst_libdir)/$(patsubst %,$(libtype$o),\
    3.17 - 						     $(libprefix)$(libc-name)))
    3.18 -+
    3.19 -+install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
    3.20 -+		$(inst_slibdir)/libc-$(version).so \
    3.21 -+		$(inst_libdir)/libc.so \
    3.22 -+		$(inst_libdir)/libc.a \
    3.23 -+		install-lib
    3.24 -+
    3.25 - install: $(installed-libcs)
    3.26 - $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
    3.27 - 	$(make-target-directory)
    3.28 -
    3.29 -Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
     4.1 --- a/patches/glibc/2.6/make-install-lib-all.patch.dont_apply	Thu May 01 19:47:25 2008 +0000
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,26 +0,0 @@
     4.4 -From http://svn.exactcode.de/t2/trunk/package/base/glibc32/make-install-lib-all.patch
     4.5 -Rule to install all needed libraries, not just the ones installed by install-lib,
     4.6 -yet not install programs.  
     4.7 -Needed because we can't use the main install target, as we can't build programs before
     4.8 -we have the final gcc installed; linking fails because libeh.a is not present,
     4.9 -and glibc insists on linking programs with that library.
    4.10 -
    4.11 -diff -Naur glibc-2.3.4.orig/Makerules glibc-2.3.4/Makerules
    4.12 ---- glibc-2.3.4.orig/Makerules	2004-12-15 20:52:39.000000000 +0200
    4.13 -+++ glibc-2.3.4/Makerules	2005-02-19 15:16:31.415125176 +0200
    4.14 -@@ -864,6 +864,13 @@
    4.15 - installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
    4.16 - 			     $(inst_libdir)/$(patsubst %,$(libtype$o),\
    4.17 - 						     $(libprefix)$(libc-name)))
    4.18 -+
    4.19 -+install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
    4.20 -+		$(inst_slibdir)/libc-$(version).so \
    4.21 -+		$(inst_libdir)/libc.so \
    4.22 -+		$(inst_libdir)/libc.a \
    4.23 -+		install-lib
    4.24 -+
    4.25 - install: $(installed-libcs)
    4.26 - $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
    4.27 - 	$(make-target-directory)
    4.28 -
    4.29 -Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
     5.1 --- a/patches/glibc/2.7/make-install-lib-all.patch.dont_apply	Thu May 01 19:47:25 2008 +0000
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,24 +0,0 @@
     5.4 -From http://svn.exactcode.de/t2/trunk/package/base/glibc32/make-install-lib-all.patch
     5.5 -Rule to install all needed libraries, not just the ones installed by install-lib,
     5.6 -yet not install programs.
     5.7 -Needed because we can't use the main install target, as we can't build programs before
     5.8 -we have the final gcc installed; linking fails because libeh.a is not present,
     5.9 -and glibc insists on linking programs with that library.
    5.10 -
    5.11 -diff -Naur glibc-2.3.4.orig/Makerules glibc-2.3.4/Makerules
    5.12 ---- glibc-2.3.4.orig/Makerules	2004-12-15 20:52:39.000000000 +0200
    5.13 -+++ glibc-2.3.4/Makerules	2005-02-19 15:16:31.415125176 +0200
    5.14 -@@ -867,6 +867,13 @@
    5.15 - installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
    5.16 - 			     $(inst_libdir)/$(patsubst %,$(libtype$o),\
    5.17 - 						     $(libprefix)$(libc-name)))
    5.18 -+
    5.19 -+install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
    5.20 -+		$(inst_slibdir)/libc-$(version).so \
    5.21 -+		$(inst_libdir)/libc.so \
    5.22 -+		$(inst_libdir)/libc.a \
    5.23 -+		install-lib
    5.24 -+
    5.25 - install: $(installed-libcs)
    5.26 - $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
    5.27 - 	$(make-target-directory)