diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-06-26 11:05:11 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-06-26 11:05:29 +0300 |
commit | be3b2aa0296aaa0b28bc4cd74ca4e5179a1d5299 (patch) | |
tree | 9959927e754807d44103daea49c94992628d6666 /dev-libs/nettle | |
parent | www-apps/grafana-bin: Version bump to 6.2.5 (diff) | |
download | gentoo-be3b2aa0296aaa0b28bc4cd74ca4e5179a1d5299.tar.gz gentoo-be3b2aa0296aaa0b28bc4cd74ca4e5179a1d5299.tar.bz2 gentoo-be3b2aa0296aaa0b28bc4cd74ca4e5179a1d5299.zip |
dev-libs/nettle: enroce libdir as package overrides
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/nettle-3.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/nettle/nettle-3.5.ebuild b/dev-libs/nettle/nettle-3.5.ebuild index 8d7bd37af23b..dd968d505c05 100644 --- a/dev-libs/nettle/nettle-3.5.ebuild +++ b/dev-libs/nettle/nettle-3.5.ebuild @@ -56,5 +56,6 @@ multilib_src_configure() { $(use_enable neon arm-neon) \ $(use_enable static-libs static) \ --disable-fat \ - --disable-openssl + --disable-openssl \ + --libdir="${EPREFIX}"/usr/$(get_libdir) } |