Browse Source

glibc: Updated (2.9 -> 2.10.1)

user/karasz/test/ecn
Christian Wiese 15 years ago committed by Alejandro Mery
parent
commit
f9ef2c06a7
  1. 36
      base/glibc/binutils-linker.patch
  2. 8
      base/glibc/glibc.desc
  3. 8
      base/glibc/no_timezone.patch

36
base/glibc/binutils-linker.patch

@ -1,36 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../glibc/binutils-linker.patch
# Copyright (C) 2009 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 ---
#(.text+0x1559): undefined reference to `_begin'
--- ./elf/Makefile.orig 2008/10/31 20:35:11 1.330
+++ ./elf/Makefile 2009/01/31 00:20:55 1.331
@@ -1,4 +1,4 @@
-# Copyright (C) 1995-2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 1995-2007, 2008, 2009 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -304,7 +304,7 @@
$(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 | \
LC_ALL=C \
sed -e '/^=========/,/^=========/!d;/^=========/d' \
- -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
+ -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
> $@.lds
$(LINK.o) -nostdlib -nostartfiles -shared -o $@ \
$(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now)) \

8
base/glibc/glibc.desc

@ -33,9 +33,9 @@
[L] GPL
[S] Stable
[V] 2.9
[V] 2.10.1
[P] X 01---5---9 101.600
[D] 3110082802 glibc-2.9.tar.bz2 http://ftp.gnu.org/gnu/glibc/
[D] 1001729082 glibc-libidn-2.9.tar.gz http://ftp.gnu.org/gnu/glibc/
[D] 1975249228 glibc-ports-2.9.tar.bz2 http://ftp.gnu.org/gnu/glibc/
[D] 1708128717 glibc-2.10.1.tar.bz2 http://ftp.gnu.org/gnu/glibc/
[D] 4061663788 glibc-libidn-2.10.1.tar.gz http://ftp.gnu.org/gnu/glibc/
[D] 1064110172 glibc-ports-2.10.1.tar.bz2 http://ftp.gnu.org/gnu/glibc/

8
base/glibc/no_timezone.patch

@ -17,12 +17,12 @@
zoneinfo from tzdata is prefered because this way is easier to keep the db
up to date.
--- ./Makeconfig.orig 2009-03-03 13:02:17.000000000 +0200
+++ ./Makeconfig 2009-03-03 13:03:03.000000000 +0200
@@ -914,7 +914,7 @@
--- glibc-2.10.1/Makeconfig.orig 2009-05-09 23:57:56.000000000 +0200
+++ glibc-2.10.1/Makeconfig 2009-11-26 22:01:42.000000000 +0100
@@ -918,7 +918,7 @@
stdlib stdio-common libio malloc string wcsmbs time dirent \
grp pwd posix io termios resource misc socket sysvipc gmon \
gnulib iconv iconvdata wctype manual shadow po argp \
gnulib iconv iconvdata wctype manual shadow gshadow po argp \
- crypt nss localedata timezone rt conform debug \
+ crypt nss localedata rt conform debug \
$(add-on-subdirs) $(dlfcn) $(binfmt-subdir)

Loading…
Cancel
Save