diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-21 22:56:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-21 22:56:54 +0000 |
commit | c2a76cb5e34b9ed74298d100bff123e889a754bc (patch) | |
tree | d3334aa5d6fbb4deb896761dcb0a97bc2d9d6c01 /sys-libs | |
parent | Really add wxWinLL-3.1. (diff) | |
download | gentoo-2-c2a76cb5e34b9ed74298d100bff123e889a754bc.tar.gz gentoo-2-c2a76cb5e34b9ed74298d100bff123e889a754bc.tar.bz2 gentoo-2-c2a76cb5e34b9ed74298d100bff123e889a754bc.zip |
Add fix from upstream for building with newer binutils #258072.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.9_p20081201-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 1d99184f05f1..472d1d155bb2 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.609 2009/02/19 19:48:44 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.610 2009/02/21 22:56:54 vapier Exp $ + + 21 Feb 2009; Mike Frysinger <vapier@gentoo.org> + glibc-2.9_p20081201-r2.ebuild: + Add fix from upstream for building with newer binutils #258072. 19 Feb 2009; Tom Gall <tgall@gentoo.org> glibc-2.8_p20080602-r1.ebuild: stable on ppc64, bug #247553 diff --git a/sys-libs/glibc/glibc-2.9_p20081201-r2.ebuild b/sys-libs/glibc/glibc-2.9_p20081201-r2.ebuild index b63b4e3bf870..91249c5e1226 100644 --- a/sys-libs/glibc/glibc-2.9_p20081201-r2.ebuild +++ b/sys-libs/glibc/glibc-2.9_p20081201-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r2.ebuild,v 1.1 2009/02/16 06:38:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r2.ebuild,v 1.2 2009/02/21 22:56:54 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -24,7 +24,7 @@ SNAP_VER="" fi MANPAGE_VER="" # pregenerated manpages INFOPAGE_VER="" # pregenerated infopages -PATCH_VER="3" # Gentoo patchset +PATCH_VER="4" # Gentoo patchset PORTS_VER=${RELEASE_VER} # version of glibc ports addon LIBIDN_VER="" # version of libidn addon LT_VER="" # version of linuxthreads addon |