summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.3.6/generic/gentoo/1090_all_glibc-2.3.6-fix-pr631.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc-2.3.6/generic/gentoo/1090_all_glibc-2.3.6-fix-pr631.patch')
-rw-r--r--patches/glibc-2.3.6/generic/gentoo/1090_all_glibc-2.3.6-fix-pr631.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/glibc-2.3.6/generic/gentoo/1090_all_glibc-2.3.6-fix-pr631.patch b/patches/glibc-2.3.6/generic/gentoo/1090_all_glibc-2.3.6-fix-pr631.patch
index 2c26093..c004764 100644
--- a/patches/glibc-2.3.6/generic/gentoo/1090_all_glibc-2.3.6-fix-pr631.patch
+++ b/patches/glibc-2.3.6/generic/gentoo/1090_all_glibc-2.3.6-fix-pr631.patch
@@ -19,11 +19,11 @@ See http://sources.redhat.com/bugzilla/show_bug.cgi?id=631
elf/Makefile | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
-Index: glibc-2.5/Makeconfig
+Index: glibc-2.3.6/Makeconfig
===================================================================
---- glibc-2.5.orig/Makeconfig
-+++ glibc-2.5/Makeconfig
-@@ -510,7 +510,7 @@ endif
+--- glibc-2.3.6.orig/Makeconfig 2010-06-14 16:14:07.198229159 +0200
++++ glibc-2.3.6/Makeconfig 2010-06-14 16:14:25.468230244 +0200
+@@ -487,7 +487,7 @@
# The static libraries.
ifeq (yes,$(build-static))
@@ -32,11 +32,11 @@ Index: glibc-2.5/Makeconfig
else
ifeq (yes,$(build-shared))
# We can try to link the programs with lib*_pic.a...
-Index: glibc-2.5/elf/Makefile
+Index: glibc-2.3.6/elf/Makefile
===================================================================
---- glibc-2.5.orig/elf/Makefile
-+++ glibc-2.5/elf/Makefile
-@@ -120,6 +120,13 @@ install-others = $(inst_slibdir)/$(rtld-
+--- glibc-2.3.6.orig/elf/Makefile 2010-06-14 16:14:07.208230159 +0200
++++ glibc-2.3.6/elf/Makefile 2010-06-14 16:14:25.673340602 +0200
+@@ -115,6 +115,13 @@
install-bin-script = ldd
endif