diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:35:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:35:00 +0000 |
commit | caa06d3824362cd5671bccb2d0d5c910a098f52a (patch) | |
tree | 5368142065af482c190a2dc4f73f63d06af511b0 /sys-apps/xinetd/xinetd-2.3.13.ebuild | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.gz historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.bz2 historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'sys-apps/xinetd/xinetd-2.3.13.ebuild')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild index c9d075f82f60..ef107c97fe83 100644 --- a/sys-apps/xinetd/xinetd-2.3.13.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.13.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-apps/xinetd/xinetd-2.3.13.ebuild,v 1.3 2004/03/29 05:18:49 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.4 2004/04/26 14:35:00 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -22,7 +22,7 @@ src_compile() { # the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise. - econf --with-loadavg ${myconf} + econf --with-loadavg ${myconf} || die "econf failed" # Fix CFLAGS sed -i -e "/^CFLAGS/s/+=/=/" Makefile |