--- /usr/portage/app-emulation/lxc/lxc-0.7.4.1-r1.ebuild 2011-04-24 16:24:44.000000000 +0100 +++ lxc-0.7.4.1-r1.ebuild 2011-06-17 17:14:10.000000000 +0100 @@ -6,7 +6,7 @@ MY_P="${P/_/-}" -inherit eutils linux-info versionator base +inherit eutils linux-info versionator autotools base DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="http://lxc.sourceforge.net/" @@ -56,6 +56,11 @@ ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" +src_prepare() { + epatch "${FILESDIR}/${P}-configure-on-arm.patch" + eautoreconf +} + src_configure() { econf \ --localstatedir=/var \