diff options
author | Sam James <sam@gentoo.org> | 2021-11-10 05:39:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-10 05:40:06 +0000 |
commit | 4d8bb09a33ef4eb06eaa82d73db423fd76654c83 (patch) | |
tree | aeebeba77e1f67690ca58e0903d12a87fd5cf41e /net-dns/bind-tools | |
parent | net-dns/bind: fix cross-compilation for openssl and berkdb (diff) | |
download | gentoo-4d8bb09a33ef4eb06eaa82d73db423fd76654c83.tar.gz gentoo-4d8bb09a33ef4eb06eaa82d73db423fd76654c83.tar.bz2 gentoo-4d8bb09a33ef4eb06eaa82d73db423fd76654c83.zip |
net-dns/bind-tools: fix cross compilation for libidn
Bug: https://bugs.gentoo.org/820284
Closes: https://bugs.gentoo.org/417131
Thanks-to: Bertrand Jacquin <bertrand@jacquin.bzh>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/bind-tools')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.16.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.16.22.ebuild b/net-dns/bind-tools/bind-tools-9.16.22.ebuild index fdd10e501a52..9913f397d39f 100644 --- a/net-dns/bind-tools/bind-tools-9.16.22.ebuild +++ b/net-dns/bind-tools/bind-tools-9.16.22.ebuild @@ -70,8 +70,8 @@ src_configure() { --without-lmdb --without-maxminddb --disable-geoip - --with-openssl="${EPREFIX}"/usr - $(use_with idn libidn2) + --with-openssl="${ESYSROOT}"/usr + $(use_with idn libidn2 "${ESYSROOT}"/usr) $(use_with xml libxml2) $(use_with gssapi) $(use_with readline) |