diff options
author | Fergus Dall <sidereal@google.com> | 2019-11-20 15:32:34 +1100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-01 15:46:34 +0300 |
commit | c29d76ec44c5a81a96d99b32fe46cc1d889453f9 (patch) | |
tree | 17d6484d1c4dd8bf98d4e4db8001c9c6c549ba67 /sys-fs/lxcfs | |
parent | media-sound/beets: DISTUTILS_USE_SETUPTOOLS=rdepend & sphinx (diff) | |
download | gentoo-c29d76ec44c5a81a96d99b32fe46cc1d889453f9.tar.gz gentoo-c29d76ec44c5a81a96d99b32fe46cc1d889453f9.tar.bz2 gentoo-c29d76ec44c5a81a96d99b32fe46cc1d889453f9.zip |
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 <sidereal@google.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/lxcfs')
-rw-r--r-- | sys-fs/lxcfs/lxcfs-4.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |