diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:30:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:30:10 +0000 |
commit | 00a8b7155ecd6e8b8a157f813e4b360a286bef34 (patch) | |
tree | 37268a3a36557145d7422abf7e7f30187c624743 /net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild | |
parent | Fixed missing IUSE (Manifest recommit) (diff) | |
download | gentoo-2-00a8b7155ecd6e8b8a157f813e4b360a286bef34.tar.gz gentoo-2-00a8b7155ecd6e8b8a157f813e4b360a286bef34.tar.bz2 gentoo-2-00a8b7155ecd6e8b8a157f813e4b360a286bef34.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild')
-rw-r--r-- | net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild b/net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild index 715465b73d92..87fe2db450bc 100644 --- a/net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild +++ b/net-mail/vpopmail/vpopmail-5.2.1-r7.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/net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild,v 1.3 2004/01/05 06:07:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild,v 1.4 2004/04/26 12:28:26 agriffis Exp $ IUSE="mysql ipalias clearpasswd" @@ -112,7 +112,7 @@ src_compile() { --enable-roaming-users=y --enable-relay-clear-minutes=60 \ --enable-tcprules-prog=/usr/bin/tcprules --enable-tcpserver-file=/etc/tcp.smtp \ --enable-logging=y \ - --enable-log-name=vpopmail + --enable-log-name=vpopmail || die "econf failed" use mysql && echo '#define MYSQL_PASSWORD_FILE "/etc/vpopmail.conf"' >> config.h |