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>
This commit is contained in:
Fergus Dall
2019-11-20 15:32:34 +11:00
committed by Joonas Niilola
parent 93f6a0560d
commit c29d76ec44

View File

@@ -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() {