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

Collapse All | Expand All

(-)/usr/portage/app-emulation/lxc/lxc-0.7.4.1-r1.ebuild (-1 / +6 lines)
Lines 6-12 Link Here
6
6
7
MY_P="${P/_/-}"
7
MY_P="${P/_/-}"
8
8
9
inherit eutils linux-info versionator base
9
inherit eutils linux-info versionator autotools base
10
10
11
DESCRIPTION="LinuX Containers userspace utilities"
11
DESCRIPTION="LinuX Containers userspace utilities"
12
HOMEPAGE="http://lxc.sourceforge.net/"
12
HOMEPAGE="http://lxc.sourceforge.net/"
Lines 56-61 Link Here
56
ERROR_VETH="CONFIG_VETH:	needed for internal (host-to-container) networking"
56
ERROR_VETH="CONFIG_VETH:	needed for internal (host-to-container) networking"
57
ERROR_MACVLAN="CONFIG_MACVLAN:	needed for internal (inter-container) networking"
57
ERROR_MACVLAN="CONFIG_MACVLAN:	needed for internal (inter-container) networking"
58
58
59
src_prepare() {
60
	epatch "${FILESDIR}/${P}-configure-on-arm.patch"
61
	eautoreconf
62
}
63
59
src_configure() {
64
src_configure() {
60
	econf \
65
	econf \
61
		--localstatedir=/var \
66
		--localstatedir=/var \

Return to bug 372693