diff options
author | 2011-11-27 03:48:05 +0000 | |
---|---|---|
committer | 2011-11-27 03:48:05 +0000 | |
commit | 7ab6bf841f37910237c89008dbba72e0d726146b (patch) | |
tree | 9c48d8e4f0cfb4f59315463a945287a1d9994184 /app-forensics/libewf/libewf-20100226-r1.ebuild | |
parent | Build in the source tree. (diff) | |
download | gentoo-2-7ab6bf841f37910237c89008dbba72e0d726146b.tar.gz gentoo-2-7ab6bf841f37910237c89008dbba72e0d726146b.tar.bz2 gentoo-2-7ab6bf841f37910237c89008dbba72e0d726146b.zip |
Build in the source tree.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/libewf/libewf-20100226-r1.ebuild')
-rw-r--r-- | app-forensics/libewf/libewf-20100226-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-forensics/libewf/libewf-20100226-r1.ebuild b/app-forensics/libewf/libewf-20100226-r1.ebuild index 1402f4060789..d438e3e13e66 100644 --- a/app-forensics/libewf/libewf-20100226-r1.ebuild +++ b/app-forensics/libewf/libewf-20100226-r1.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/app-forensics/libewf/libewf-20100226-r1.ebuild,v 1.3 2011/11/24 22:31:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20100226-r1.ebuild,v 1.4 2011/11/27 03:48:05 radhermit Exp $ EAPI="4" @@ -23,6 +23,8 @@ DEPEND=" dev-libs/openssl" RDEPEND="${DEPEND}" +AUTOTOOLS_IN_SOURCE_BUILD=1 + src_configure() { econf \ $(use_enable debug debug-output) \ |