summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-05-04 09:12:09 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-05-04 09:12:09 +0000
commit558e024bd5687089ad6f719ec774ffc861391d50 (patch)
treeb1c97f3a50dbbca691934604c56522e8ef432f76 /net-dns
parentstable x86, bug 219657 (diff)
downloadgentoo-2-558e024bd5687089ad6f719ec774ffc861391d50.tar.gz
gentoo-2-558e024bd5687089ad6f719ec774ffc861391d50.tar.bz2
gentoo-2-558e024bd5687089ad6f719ec774ffc861391d50.zip
Incomplete fix for #218686
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind-tools/bind-tools-9.4.2.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.4.2.ebuild b/net-dns/bind-tools/bind-tools-9.4.2.ebuild
index b9a09b5143e9..baae714ef70c 100644
--- a/net-dns/bind-tools/bind-tools-9.4.2.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild,v 1.2 2008/05/04 08:14:38 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild,v 1.3 2008/05/04 09:12:09 dertobi123 Exp $
inherit flag-o-matic
@@ -44,6 +44,8 @@ src_compile() {
has_version sys-libs/glibc || myconf="${myconf} --with-iconv"
+ econf ${myconf} || die "Configure failed"
+
cd "${S}"/lib
emake -j1 || die "make failed in /lib"
@@ -58,14 +60,6 @@ src_compile() {
cd "${S}"/bin/dnssec/
emake -j1 || die "make failed in /bin/dnssec"
-
- use idn && {
- cd "${S}"/contrib/idn/idnkit-1.0-src
- local myconf=
- has_version sys-libs/glibc || myconf="${myconf} --with-iconv"
- econf ${myconf} || die "idn econf failed"
- emake -j1 || die "idn emake failed"
- }
}
src_install() {