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 | 1af240efad219b2cf2a0e29fedad818d592b064e (patch) | |
tree | 58d85ac9abce55510a7d8dcadb7500dee9280755 /app-emulation/qemu-user/qemu-user-0.8.0.ebuild | |
parent | touchups (diff) | |
download | historical-1af240efad219b2cf2a0e29fedad818d592b064e.tar.gz historical-1af240efad219b2cf2a0e29fedad818d592b064e.tar.bz2 historical-1af240efad219b2cf2a0e29fedad818d592b064e.zip |
Minor fix for gcc4
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emulation/qemu-user/qemu-user-0.8.0.ebuild')
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |