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-4.0.3.ebuild (-2 / +2 lines)
Lines 32-38 src_prepare() { Link Here
32
32
33
src_configure() {
33
src_configure() {
34
	# Without the localstatedir the filesystem isn't mounted correctly
34
	# Without the localstatedir the filesystem isn't mounted correctly
35
	econf --localstatedir=/var
35
	# Without with-distro ./configure will fail when cross-compiling
36
	econf --localstatedir=/var --with-distro=gentoo
36
}
37
}
37
38
38
src_test() {
39
src_test() {
39
- 

Return to bug 700746