summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:36:40 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:36:40 +0000
commite84faba75efa4e8b72a40b4c613535d8f5bb1649 (patch)
tree0a2c10efddb18ceebec4823769a85baa00ccfa3b /net-dns/pdns/pdns-2.9.12.ebuild
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-e84faba75efa4e8b72a40b4c613535d8f5bb1649.tar.gz
gentoo-2-e84faba75efa4e8b72a40b4c613535d8f5bb1649.tar.bz2
gentoo-2-e84faba75efa4e8b72a40b4c613535d8f5bb1649.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-dns/pdns/pdns-2.9.12.ebuild')
-rw-r--r--net-dns/pdns/pdns-2.9.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns/pdns-2.9.12.ebuild b/net-dns/pdns/pdns-2.9.12.ebuild
index 2455a667c132..a718c6eb3c2f 100644
--- a/net-dns/pdns/pdns-2.9.12.ebuild
+++ b/net-dns/pdns/pdns-2.9.12.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-dns/pdns/pdns-2.9.12.ebuild,v 1.4 2004/01/03 19:04:01 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12.ebuild,v 1.5 2004/04/26 04:34:30 agriffis Exp $
DESCRIPTION="The PowerDNS Daemon."
SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz"
@@ -25,7 +25,7 @@ src_compile() {
use mysql && modules="gmysql $modules"
myconf="$myconf --with-modules=$modules"
- econf $myconf
+ econf $myconf || die "econf failed"
emake || die "emake failed"
}