diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-21 18:01:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-21 18:01:45 +0000 |
commit | 5e583e35a4e5441bb78906bee76a35e16c613dd3 (patch) | |
tree | d806600bc50891477089609d4d73367c4ff3316f /sys-boot | |
parent | Bind to IPv6 as well as IPv4 (bug #308843) (diff) | |
download | gentoo-2-5e583e35a4e5441bb78906bee76a35e16c613dd3.tar.gz gentoo-2-5e583e35a4e5441bb78906bee76a35e16c613dd3.tar.bz2 gentoo-2-5e583e35a4e5441bb78906bee76a35e16c613dd3.zip |
Fix build with glibc-2.11, thanks to Mike Frysinger, bug #310569
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/silo/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.14.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys-boot/silo/ChangeLog b/sys-boot/silo/ChangeLog index 65c65bd80e9e..0c8a3a562ed8 100644 --- a/sys-boot/silo/ChangeLog +++ b/sys-boot/silo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/silo -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.42 2008/10/15 22:10:36 bluebird Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.43 2010/03/21 18:01:45 armin76 Exp $ + + 21 Mar 2010; Raúl Porcel <armin76@gentoo.org> silo-1.4.14.ebuild: + Fix build with glibc-2.11, thanks to Mike Frysinger, bug #310569 15 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> silo-1.4.14.ebuild: Stable on sparc diff --git a/sys-boot/silo/silo-1.4.14.ebuild b/sys-boot/silo/silo-1.4.14.ebuild index dd7e9992263f..af6c0b01d9b2 100644 --- a/sys-boot/silo/silo-1.4.14.ebuild +++ b/sys-boot/silo/silo-1.4.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14.ebuild,v 1.2 2008/10/15 22:10:36 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14.ebuild,v 1.3 2010/03/21 18:01:45 armin76 Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -37,6 +37,10 @@ src_unpack() { # don't strip binaries, let portage handle it! epatch "${FILESDIR}"/qa-no-strip.patch + + # Fix build failure + sed -i -e "s/-fno-strict-aliasing/-fno-strict-aliasing -U_FORTIFY_SOURCE/g" Rules.make + } src_compile() { |