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 (+1 lines)
Lines 357-362 src_configure() { Link Here
357
	use system-seabios && myconf+=" --with-system-seabios=/usr/share/seabios/bios.bin"
363
	use system-seabios && myconf+=" --with-system-seabios=/usr/share/seabios/bios.bin"
358
	use system-qemu && myconf+=" --with-system-qemu=/usr/bin/qemu-system-x86_64"
364
	use system-qemu && myconf+=" --with-system-qemu=/usr/bin/qemu-system-x86_64"
359
	use amd64 && myconf+=" $(use_enable qemu-traditional)"
365
	use amd64 && myconf+=" $(use_enable qemu-traditional)"
366
	tc-ld-disable-gold
360
	econf ${myconf}
367
	econf ${myconf}
361
}
368
}
362
369

Return to bug 669570