summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-08-12 14:45:44 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-08-12 14:45:44 +0000
commit633672d437260abeabf778ad8c89926cb524e627 (patch)
tree9ba7517d489577b2c80152e8a9624cd98963fa31 /app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild
parentFix build issue with glibc 2.17. bug #480472 (diff)
downloadgentoo-2-633672d437260abeabf778ad8c89926cb524e627.tar.gz
gentoo-2-633672d437260abeabf778ad8c89926cb524e627.tar.bz2
gentoo-2-633672d437260abeabf778ad8c89926cb524e627.zip
Enable verbose build, wrt bug #444346. Thanks to Agostino Sarubbo for discovering this issue
(Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild')
-rw-r--r--app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild b/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild
index b77a29cd4e12..883f0136db19 100644
--- a/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild
+++ b/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild,v 1.4 2012/11/22 18:47:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild,v 1.5 2013/08/12 14:45:44 pinkbyte Exp $
EAPI=4
@@ -116,6 +116,11 @@ src_configure() {
./configure ${conf_opts} --target-list="${user_targets}" || die "econf failed"
}
+src_compile() {
+ # enable verbose build, bug #444346
+ emake V=1
+}
+
src_install() {
emake DESTDIR="${ED}" install