From 8492a1a9cb2ee23c70a3312dd87347c8dd4adb57 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 24 Dec 2011 22:39:19 +0000 Subject: Define localstatedir for e.g. default sessions.key used by nsupdate, bug 395785. (Portage version: 2.1.10.41/cvs/Linux i686) --- net-dns/bind-tools/bind-tools-9.8.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-dns/bind-tools/bind-tools-9.8.1.ebuild') diff --git a/net-dns/bind-tools/bind-tools-9.8.1.ebuild b/net-dns/bind-tools/bind-tools-9.8.1.ebuild index aef72b4364a9..c9a3acc18a1e 100644 --- a/net-dns/bind-tools/bind-tools-9.8.1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.8.1.ebuild,v 1.7 2011/12/11 14:53:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.1.ebuild,v 1.8 2011/12/24 22:39:19 idl0r Exp $ EAPI="4" @@ -49,8 +49,10 @@ src_configure() { # bug 344029 append-cflags "-DDIG_SIGCHASE" + # localstatedir for nsupdate -l, bug 395785 tc-export BUILD_CC econf \ + --localstatedir=/var \ $(use_enable ipv6) \ $(use_with idn) \ $(use_with ssl openssl) \ -- cgit v1.2.3-65-gdbad