From 2e30d073c559517de1115e5f021f3238f5cbdad2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 12 Aug 2021 19:35:33 +0200 Subject: sys-devel/distcc: Add missing EPREFIX to libdir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/807823 Signed-off-by: Michał Górny --- sys-devel/distcc/distcc-3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-devel') 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 -- cgit v1.2.3-65-gdbad