mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Joonas Niilola
parent
93f6a0560d
commit
c29d76ec44
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user