diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-07-02 20:29:38 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-07-02 20:29:38 +0000 |
commit | 38381c028bf121b5c36de7655dc12c2cdf8d90f5 (patch) | |
tree | f916465b7889136e59a647b68a064f65f7ed6ad5 /mail-mta/exim | |
parent | amd64 stable, bug #274029 (diff) | |
download | gentoo-2-38381c028bf121b5c36de7655dc12c2cdf8d90f5.tar.gz gentoo-2-38381c028bf121b5c36de7655dc12c2cdf8d90f5.tar.bz2 gentoo-2-38381c028bf121b5c36de7655dc12c2cdf8d90f5.zip |
Add FULLECHO='' to get full compiler messages, maybe solving bug #240790
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/exim')
-rw-r--r-- | mail-mta/exim/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.69-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index 8bb57a58cdae..f4d0e6764252 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/exim # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.135 2009/07/02 20:16:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.136 2009/07/02 20:29:38 grobian Exp $ + + 02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69-r2.ebuild: + Add FULLECHO='' to get full compiler messages, maybe solving bug #240790 02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69.ebuild, exim-4.69-r2.ebuild: diff --git a/mail-mta/exim/exim-4.69-r2.ebuild b/mail-mta/exim/exim-4.69-r2.ebuild index bfded96d08b4..77e6a6ef8142 100644 --- a/mail-mta/exim/exim-4.69-r2.ebuild +++ b/mail-mta/exim/exim-4.69-r2.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/mail-mta/exim/exim-4.69-r2.ebuild,v 1.3 2009/07/02 20:16:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.4 2009/07/02 20:29:38 grobian Exp $ inherit eutils toolchain-funcs @@ -237,7 +237,7 @@ src_unpack() { src_compile() { # build system not parallel-safe at all - emake -j1 CC="$(tc-getCC)" || die "make failed" + emake -j1 CC="$(tc-getCC)" FULLECHO='' || die "make failed" } src_install () { |