diff options
author | 2021-10-24 07:57:07 +0000 | |
---|---|---|
committer | 2021-10-24 07:57:07 +0000 | |
commit | 6d45024b7bd1baa42555a8f7f9d105a0dd38e5b5 (patch) | |
tree | 79be4edc8a018f17fd88c23277afe1dddccb217b /sys-fs | |
parent | sys-fs/lxcfs: append LFS flags (fix x86 support) (diff) | |
download | gentoo-6d45024b7bd1baa42555a8f7f9d105a0dd38e5b5.tar.gz gentoo-6d45024b7bd1baa42555a8f7f9d105a0dd38e5b5.tar.bz2 gentoo-6d45024b7bd1baa42555a8f7f9d105a0dd38e5b5.zip |
sys-fs/lxcfs: add note re meson port and lfs
Bug: 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.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild index 687b1c351bb7..30a16c09be63 100644 --- a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild +++ b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild @@ -31,6 +31,7 @@ src_prepare() { src_configure() { # Needed for x86 support, bug #819762 + # May be able to drop when/if ported to meson, but re-test w/ x86 chroot append-lfs-flags # Without the localstatedir the filesystem isn't mounted correctly |