From c29d76ec44c5a81a96d99b32fe46cc1d889453f9 Mon Sep 17 00:00:00 2001 From: Fergus Dall Date: Wed, 20 Nov 2019 15:32:34 +1100 Subject: sys-fs/lxcfs: Add "--with-distro=gentoo" to econf This is required for cross-compiling to work Closes: https://bugs.gentoo.org/700746 Signed-off-by: Fergus Dall Signed-off-by: Joonas Niilola --- sys-fs/lxcfs/lxcfs-4.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-fs/lxcfs') diff --git a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild index 2c44e836a2c6..8d4d3457c618 100644 --- a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild +++ b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild @@ -32,7 +32,8 @@ src_prepare() { src_configure() { # Without the localstatedir the filesystem isn't mounted correctly - econf --localstatedir=/var + # Without with-distro ./configure will fail when cross-compiling + econf --localstatedir=/var --with-distro=gentoo } src_test() { -- cgit v1.2.3-65-gdbad