diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:43:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:43:52 +0000 |
commit | c88477d1d022855f3527a231d98d1e9dce7333de (patch) | |
tree | 66f1c24bf15a56fe9c5104dc6e7da915b50f8296 /sys-libs/libxcrypt/libxcrypt-2.0.ebuild | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.gz gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.bz2 gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.zip |
Add die following econf for bug 48950
Diffstat (limited to 'sys-libs/libxcrypt/libxcrypt-2.0.ebuild')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild index f212cc276035..f509a391c8b2 100644 --- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.1 2004/01/20 23:10:23 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libxcrypt/libxcrypt-2.0.ebuild,v 1.2 2004/04/26 14:40:52 agriffis Exp $ DESCRIPTION="Libxcrypt is a replacement for libcrypt, which comes with the GNU C \ Library. It supports DES crypt, MD5, and passwords with blowfish encryption." @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - econf + econf || die "econf failed" emake } |