diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-03-09 10:36:27 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-03-09 10:36:27 +0000 |
commit | 630525366fd96de64efd6c015facd0d47af8bcd9 (patch) | |
tree | b35b79646f2fad0c404c9aedde79796bbf1e9cfa /app-emulation/kqemu | |
parent | Changed mask for ctdb to match only vcs version (diff) | |
download | gentoo-2-630525366fd96de64efd6c015facd0d47af8bcd9.tar.gz gentoo-2-630525366fd96de64efd6c015facd0d47af8bcd9.tar.bz2 gentoo-2-630525366fd96de64efd6c015facd0d47af8bcd9.zip |
Additional fixes
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/kqemu')
-rw-r--r-- | app-emulation/kqemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/kqemu/kqemu-1.4.0_pre1.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog index 3e0c4ebd4043..eafb4785f136 100644 --- a/app-emulation/kqemu/ChangeLog +++ b/app-emulation/kqemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/kqemu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.25 2009/03/09 09:01:57 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.26 2009/03/09 10:36:27 lu_zero Exp $ + + 09 Mar 2009; Luca Barbato <lu_zero@gentoo.org> kqemu-1.4.0_pre1.ebuild: + Additional fixes 09 Mar 2009; Luca Barbato <lu_zero@gentoo.org> +files/kqemu-1.4.0_pre1-missing-sched-header.patch, diff --git a/app-emulation/kqemu/kqemu-1.4.0_pre1.ebuild b/app-emulation/kqemu/kqemu-1.4.0_pre1.ebuild index 11c32dd4a34c..cefb8fb08b70 100644 --- a/app-emulation/kqemu/kqemu-1.4.0_pre1.ebuild +++ b/app-emulation/kqemu/kqemu-1.4.0_pre1.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/app-emulation/kqemu/kqemu-1.4.0_pre1.ebuild,v 1.2 2009/03/09 09:01:57 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.4.0_pre1.ebuild,v 1.3 2009/03/09 10:36:27 lu_zero Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -44,10 +44,6 @@ src_unpack() { } src_compile() { - #Let the application set its cflags - unset CFLAGS - - # Switch off hardened tech filter-flags -fpie -fstack-protector ./configure --kernel-path="${KV_DIR}" \ @@ -57,7 +53,7 @@ src_compile() { --extra-ldflags="${LDFLAGS}" \ || die "could not configure" - make + make || die "Make failed" } src_install() { |