summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/qemu-user/ChangeLog7
-rw-r--r--app-emulation/qemu-user/qemu-user-0.8.0.ebuild6
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 \