diff -ur xen-tools//xen-tools-3.4.2-r4.ebuild xen-tools.orig//xen-tools-3.4.2-r4.ebuild --- xen-tools//xen-tools-3.4.2-r4.ebuild 2011-09-27 16:50:26.284748354 +0800 +++ xen-tools.orig//xen-tools-3.4.2-r4.ebuild 2011-09-27 16:49:16.075748409 +0800 @@ -13,7 +13,6 @@ SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz" # vtpm? ( mirror://berlios/tpm-emulator/${TPMEMUFILE} )" S="${WORKDIR}/xen-${PV}" -TARGS="tools/misc/lomount/Makefile tools/fs-back/Makefile" LICENSE="GPL-2" SLOT="0" @@ -120,11 +119,6 @@ if ! use pygrub; then sed -i -e '/^SUBDIRS-$(PYTHON_TOOLS) += pygrub$/d' "${S}"/tools/Makefile fi - - # Fix ldflags - sed -e 's/$(CFLAGS) /$(CFLAGS) $(LDFLAGS) /' -i ${TARGS} - sed -e 's:^LDFLAGS =:#LDFLAGS =:' -i ./tools/libfsimage/common/Makefile -# elog "dflags fixed" } src_compile() {