projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aaa9eb
)
net-dns/bind-tools: fix for Prefix
author
Fabian Groffen
<grobian@gentoo.org>
Sun, 29 Apr 2018 09:06:29 +0000
(11:06 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Sun, 29 Apr 2018 09:06:58 +0000
(11:06 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-dns/bind-tools/bind-tools-9.12.1.ebuild
patch
|
blob
|
history
diff --git
a/net-dns/bind-tools/bind-tools-9.12.1.ebuild
b/net-dns/bind-tools/bind-tools-9.12.1.ebuild
index 9e9247ebe9a05c47329aadbc027f860647d4141b..d6ecbb47c1a9f9c4dd7c035bc2a1903085e21be0 100644
(file)
--- a/
net-dns/bind-tools/bind-tools-9.12.1.ebuild
+++ b/
net-dns/bind-tools/bind-tools-9.12.1.ebuild
@@
-82,7
+82,7
@@
src_configure() {
# localstatedir for nsupdate -l, bug 395785
tc-export BUILD_CC
econf \
- --localstatedir=/var \
+ --localstatedir=
"${EPREFIX}"
/var \
--without-python \
--without-libjson \
--without-zlib \
@@
-92,7
+92,7
@@
src_configure() {
$(use_with idn) \
$(usex idn --with-idnlib=-lidnkit '') \
$(use_enable seccomp) \
- $(use_with ssl openssl) \
+ $(use_with ssl openssl
="${EPREFIX}"/usr
) \
$(use_with xml libxml2) \
$(use_with gssapi) \
$(use_with readline) \