dev-libs/nettle: enroce libdir as package overrides
authorAlon Bar-Lev <alonbl@gentoo.org>
Wed, 26 Jun 2019 08:05:11 +0000 (11:05 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Wed, 26 Jun 2019 08:05:29 +0000 (11:05 +0300)
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

dev-libs/nettle/nettle-3.5.ebuild

index 8d7bd37af23b406cbf24c653b19479b76a583df6..dd968d505c057fa962523886adced81c1cf22017 100644 (file)
@@ -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)
 }