diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-01-09 01:28:53 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-01-09 01:28:53 +0000 |
commit | eff8a62dd05db5eb0b7db498085bab6594bc93e8 (patch) | |
tree | db2c6820231f79b5e50584e29305f257f252bb07 /app-emulation | |
parent | touchups (diff) | |
download | gentoo-2-eff8a62dd05db5eb0b7db498085bab6594bc93e8.tar.gz gentoo-2-eff8a62dd05db5eb0b7db498085bab6594bc93e8.tar.bz2 gentoo-2-eff8a62dd05db5eb0b7db498085bab6594bc93e8.zip |
Minor fix for gcc4
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.8.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index 73d093e41a96..3d6db628f734 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemu-user -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.5 2005/12/23 14:57:31 lu_zero Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.6 2006/01/09 01:28:52 lu_zero Exp $ + + 09 Jan 2006; Luca Barbato <lu_zero@gentoo.org> qemu-user-0.8.0.ebuild: + Disable gcc checks, thanks to Robert Führicht <the_master_of_disaster@gmx.at> *qemu-user-0.8.0 (23 Dec 2005) diff --git a/app-emulation/qemu-user/qemu-user-0.8.0.ebuild b/app-emulation/qemu-user/qemu-user-0.8.0.ebuild index 1ed040fe0967..7ba594467a5a 100644 --- a/app-emulation/qemu-user/qemu-user-0.8.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.8.0.ebuild,v 1.1 2005/12/23 14:57:31 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.8.0.ebuild,v 1.2 2006/01/09 01:28:53 lu_zero Exp $ inherit eutils flag-o-matic @@ -56,7 +56,7 @@ src_compile() { # Switch off hardened tech filter-flags -fpie -fstack-protector - myconf="" + myconf="--disable-gcc-check" set_target_list # --interp-prefix=${RUNTIME_PATH}/qemu-%M ./configure \ |