diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-12 22:44:05 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-12 22:44:19 +0200 |
commit | 9db44c6373a17ed171b71a9307f9647fb7e05970 (patch) | |
tree | 7d773a85f6769ce7c581e6893503933d3219b095 /net-libs/gnutls | |
parent | app-editors/neovim: Update libtermkey dependency requirement (diff) | |
download | gentoo-9db44c6373a17ed171b71a9307f9647fb7e05970.tar.gz gentoo-9db44c6373a17ed171b71a9307f9647fb7e05970.tar.bz2 gentoo-9db44c6373a17ed171b71a9307f9647fb7e05970.zip |
net-libs/gnutls: tiny cleanup
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/gnutls-3.5.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gnutls/gnutls-3.5.9.ebuild b/net-libs/gnutls/gnutls-3.5.9.ebuild index a711c9b2f1eb..e5a9708b9907 100644 --- a/net-libs/gnutls/gnutls-3.5.9.ebuild +++ b/net-libs/gnutls/gnutls-3.5.9.ebuild @@ -104,7 +104,7 @@ multilib_src_configure() { # remove magic of library detection # bug#438222 - libconf=($("${S}/configure" --help | grep -- '--without-.*-prefix' | sed -e 's/^ *\([^ ]*\) .*/\1/g')) + local libconf=($("${S}/configure" --help | grep -- '--without-.*-prefix' | sed -e 's/^ *\([^ ]*\) .*/\1/g')) # TPM needs to be tested before being enabled # hardware-accell is disabled on OSX because the asm files force @@ -131,7 +131,7 @@ multilib_src_configure() { $(use_with zlib) \ $(use_with idn) \ --without-tpm \ - --with-unbound-root-key-file=/etc/dnssec/root-anchors.txt \ + --with-unbound-root-key-file="${EROOT}etc/dnssec/root-anchors.txt" \ "${libconf[@]}" \ $([[ ${CHOST} == *-darwin* ]] && echo --disable-hardware-acceleration) } |