Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124825
Collapse All | Expand All

(-)xen-3.0.1-r3.ebuild.orig (+8 lines)
Lines 49-54 src_unpack() { Link Here
49
	fi
49
	fi
50
50
51
	cat ${FILESDIR}/gentoo-makefile-targets >> ${S}/Makefile
51
	cat ${FILESDIR}/gentoo-makefile-targets >> ${S}/Makefile
52
53
	if use uclibc
54
	then
55
		ewarn "xentrace and xenmon don't currently compile against uClibc,"
56
		ewarn "disabling them."
57
		egrep -v 'xentrace|xenmon' ${S}/tools/Makefile > ${S}/tools/Makefile.new
58
		mv ${S}/tools/Makefile.new ${S}/tools/Makefile
59
	fi
52
}
60
}
53
61
54
src_compile() {
62
src_compile() {

Return to bug 124825