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

Collapse All | Expand All

(-)xen-tools-4.11.0-r2.ebuild (+6 lines)
Lines 335-340 src_prepare() { Link Here
335
		-e 's:^#vif.default.script=:vif.default.script=:' \
335
		-e 's:^#vif.default.script=:vif.default.script=:' \
336
		-i tools/examples/xl.conf  || die
336
		-i tools/examples/xl.conf  || die
337
337
338
	if use hvm; then
339
		if [[ "${ARCH}" == 'amd64' ]]; then
340
			sed -i -e '/$(LD) $(LDFLAGS_DIRECT)/s:$(LD):$(LD).bfd:' tools/firmware/hvmloader/Makefile || die
341
		fi
342
	fi
343
338
	default
344
	default
339
}
345
}
340
346

Return to bug 669570