summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-24 07:53:47 +0000
committerSam James <sam@gentoo.org>2021-10-24 07:53:58 +0000
commit1ec92b8e120f36075e036fca954a21d1560de6ca (patch)
treed6e550f4fdf6d7d65df42d42935d72e5acb1fe89 /sys-fs
parentdev-libs/leveldb: remove test dependency on dev-cpp/benchmark (diff)
downloadgentoo-1ec92b8e120f36075e036fca954a21d1560de6ca.tar.gz
gentoo-1ec92b8e120f36075e036fca954a21d1560de6ca.tar.bz2
gentoo-1ec92b8e120f36075e036fca954a21d1560de6ca.zip
sys-fs/lxcfs: append LFS flags (fix x86 support)
Closes: https://bugs.gentoo.org/819762 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lxcfs/lxcfs-4.0.11.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild
index b351821cc749..687b1c351bb7 100644
--- a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild
+++ b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools systemd verify-sig
+inherit autotools flag-o-matic systemd verify-sig
DESCRIPTION="FUSE filesystem for LXC"
HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/ https://github.com/lxc/lxcfs/"
@@ -30,6 +30,9 @@ src_prepare() {
}
src_configure() {
+ # Needed for x86 support, bug #819762
+ append-lfs-flags
+
# Without the localstatedir the filesystem isn't mounted correctly
# Without with-distro ./configure will fail when cross-compiling
econf --localstatedir=/var --with-distro=gentoo --disable-static