diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-12 19:35:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-12 19:35:33 +0200 |
commit | 2e30d073c559517de1115e5f021f3238f5cbdad2 (patch) | |
tree | b5008214ba57b6c8119f4c5093937f75464a2bc7 /sys-devel/distcc | |
parent | python-utils-r1.eclass: Enable parallel bytecompile compilation (diff) | |
download | gentoo-2e30d073c559517de1115e5f021f3238f5cbdad2.tar.gz gentoo-2e30d073c559517de1115e5f021f3238f5cbdad2.tar.bz2 gentoo-2e30d073c559517de1115e5f021f3238f5cbdad2.zip |
sys-devel/distcc: Add missing EPREFIX to libdir
Closes: https://bugs.gentoo.org/807823
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/distcc-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.4.ebuild b/sys-devel/distcc/distcc-3.4.ebuild index 00e2ef66449c..cb49de0fd3c1 100644 --- a/sys-devel/distcc/distcc-3.4.ebuild +++ b/sys-devel/distcc/distcc-3.4.ebuild @@ -66,7 +66,7 @@ src_prepare() { src_configure() { local myconf=( --disable-Werror - --libdir=/usr/lib + --libdir="${EPREFIX}"/usr/lib $(use_enable ipv6 rfc2553) $(use_with gtk) --without-gnome |