diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-09-23 17:52:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-09-23 17:52:32 +0000 |
commit | 1f633727081d86f52cc7ee7f1e36955785bc3168 (patch) | |
tree | 57afe0c6907c364551390861f4f3ce701e767759 /sys-libs/zlib/zlib-1.2.5.1-r2.ebuild | |
parent | Version bump, EAPI4, fix install phase via patch instead of using helpers. Dr... (diff) | |
download | gentoo-2-1f633727081d86f52cc7ee7f1e36955785bc3168.tar.gz gentoo-2-1f633727081d86f52cc7ee7f1e36955785bc3168.tar.bz2 gentoo-2-1f633727081d86f52cc7ee7f1e36955785bc3168.zip |
econf dies alone
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/zlib/zlib-1.2.5.1-r2.ebuild')
-rw-r--r-- | sys-libs/zlib/zlib-1.2.5.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild b/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild index e01908921581..6a56710c51ac 100644 --- a/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild +++ b/sys-libs/zlib/zlib-1.2.5.1-r2.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/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild,v 1.2 2011/09/21 21:18:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild,v 1.3 2011/09/23 17:52:32 jlec Exp $ inherit autotools eutils toolchain-funcs @@ -57,7 +57,7 @@ src_compile() { esac if use minizip ; then cd contrib/minizip - econf $(use_enable static-libs static) || die + econf $(use_enable static-libs static) emake || die fi } |