Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 700746 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-fs/lxcfs/lxcfs-3.0.3.ebuild (-2 / +2 lines)
Lines 39-45 src_prepare() { Link Here
39
39
40
src_configure() {
40
src_configure() {
41
	# Without the localstatedir the filesystem isn't mounted correctly
41
	# Without the localstatedir the filesystem isn't mounted correctly
42
	econf --localstatedir=/var
42
	# Without with-distro ./configure will fail when cross-compiling
43
	econf --localstatedir=/var --with-distro=gentoo
43
}
44
}
44
45
45
# Test suite fails for me
46
# Test suite fails for me
46
- 

Return to bug 700746