diff options
author | 2011-12-24 22:39:19 +0000 | |
---|---|---|
committer | 2011-12-24 22:39:19 +0000 | |
commit | 8492a1a9cb2ee23c70a3312dd87347c8dd4adb57 (patch) | |
tree | 0856f5379ef95596b09dc30faf80541b99693857 /net-dns/bind-tools/bind-tools-9.8.1.ebuild | |
parent | Restore stable keywords and add sqlite use flag. (diff) | |
download | gentoo-2-8492a1a9cb2ee23c70a3312dd87347c8dd4adb57.tar.gz gentoo-2-8492a1a9cb2ee23c70a3312dd87347c8dd4adb57.tar.bz2 gentoo-2-8492a1a9cb2ee23c70a3312dd87347c8dd4adb57.zip |
Define localstatedir for e.g. default sessions.key used by nsupdate, bug 395785.
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'net-dns/bind-tools/bind-tools-9.8.1.ebuild')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.8.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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) \ |