diff options
author | Michael Weber <xmw@gentoo.org> | 2011-05-20 23:39:58 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-05-20 23:39:58 +0000 |
commit | bec4f0c3960951c3373caf2f0a590e4d4f28fb59 (patch) | |
tree | 672851caf290f54a71133f49d00d6d84e8d4f66e /net-misc | |
parent | Initial import (diff) | |
download | gentoo-2-bec4f0c3960951c3373caf2f0a590e4d4f28fb59.tar.gz gentoo-2-bec4f0c3960951c3373caf2f0a590e4d4f28fb59.tar.bz2 gentoo-2-bec4f0c3960951c3373caf2f0a590e4d4f28fb59.zip |
Verbose compile
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/batctl/batctl-2011.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/batctl/batctl-2011.1.0.ebuild b/net-misc/batctl/batctl-2011.1.0.ebuild index 89169222142f..965b7f25e8f4 100644 --- a/net-misc/batctl/batctl-2011.1.0.ebuild +++ b/net-misc/batctl/batctl-2011.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2011.1.0.ebuild,v 1.1 2011/05/20 23:02:17 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/batctl/batctl-2011.1.0.ebuild,v 1.2 2011/05/20 23:39:58 xmw Exp $ EAPI=3 @@ -35,7 +35,7 @@ src_prepare() { } src_compile() { - emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die + emake CC=$(tc-getCC) Q_CC="" Q_LD="" || die } src_install() { |