diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:44:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:44:26 +0000 |
commit | 3b64c6efd6dc72eb8559fe739d8eec13f643a079 (patch) | |
tree | ffb5b6f73bf5095392e49ad703b53337e2c6b24e /net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.tar.gz historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.tar.bz2 historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild index 8fc7046d7cc7..d8ce9cf13574 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.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-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild,v 1.3 2004/01/22 16:41:08 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild,v 1.4 2004/04/26 04:44:26 agriffis Exp $ IUSE="pam mysql postgres ldap ssl" @@ -35,7 +35,7 @@ src_compile() { --with-quotas --with-ftpwho \ --with-uploadscript --with-virtualhosts \ --with-virtualchroot --with-diraliases \ - --with-peruserlimits ${myconf} + --with-peruserlimits ${myconf} || die "econf failed" emake || die "compile problem" } |