diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-12 14:45:51 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-08-12 14:45:51 +0000 |
commit | 2caacfc04e5a53a9c1d3a6ef0d846dc368b8f5fc (patch) | |
tree | 0cb1ec56a2873afa8532d2f50a695ff7dc3910e2 /app-emulation/qemu-user/qemu-user-1.0.ebuild | |
parent | Fix build issue with glibc 2.17. bug #480472 (diff) | |
download | historical-2caacfc04e5a53a9c1d3a6ef0d846dc368b8f5fc.tar.gz historical-2caacfc04e5a53a9c1d3a6ef0d846dc368b8f5fc.tar.bz2 historical-2caacfc04e5a53a9c1d3a6ef0d846dc368b8f5fc.zip |
Enable verbose build, wrt bug #444346. Thanks to Agostino Sarubbo for discovering this issue
Package-Manager: portage-2.2.0_alpha193/cvs/Linux x86_64
Manifest-Sign-Key: 0x1F357D42
Diffstat (limited to 'app-emulation/qemu-user/qemu-user-1.0.ebuild')
-rw-r--r-- | app-emulation/qemu-user/qemu-user-1.0.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/qemu-user/qemu-user-1.0.ebuild b/app-emulation/qemu-user/qemu-user-1.0.ebuild index 25f82f948c90..ad2f4567c9d3 100644 --- a/app-emulation/qemu-user/qemu-user-1.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-1.0.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.0.ebuild,v 1.8 2012/12/09 17:26:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.0.ebuild,v 1.9 2013/08/12 14:45:44 pinkbyte Exp $ EAPI=4 @@ -103,6 +103,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 |