| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.10 2009/06/20 12:43:15 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.11 2009/07/05 04:17:11 vapier Exp $ |
| 4 | |
4 | |
| 5 | inherit autotools mount-boot eutils flag-o-matic toolchain-funcs |
5 | inherit autotools mount-boot eutils flag-o-matic toolchain-funcs |
| 6 | |
6 | |
| 7 | if [[ ${PV} == "9999" ]] ; then |
7 | if [[ ${PV} == "9999" ]] ; then |
| 8 | ESVN_REPO_URI="svn://svn.sv.gnu.org/grub/trunk/grub2" |
8 | ESVN_REPO_URI="svn://svn.sv.gnu.org/grub/trunk/grub2" |
| … | |
… | |
| 51 | |
51 | |
| 52 | econf \ |
52 | econf \ |
| 53 | --sbindir=/sbin \ |
53 | --sbindir=/sbin \ |
| 54 | --bindir=/bin \ |
54 | --bindir=/bin \ |
| 55 | --libdir=/$(get_libdir) \ |
55 | --libdir=/$(get_libdir) \ |
| 56 | --enable-efiemu \ |
56 | --disable-efiemu \ |
|
|
57 | --disable-grub-pe2elf \ |
| 57 | --enable-grub-mkfont \ |
58 | --enable-grub-mkfont \ |
| 58 | --enable-grub-pe2elf \ |
|
|
| 59 | $(use_enable debug mm-debug) \ |
59 | $(use_enable debug mm-debug) \ |
| 60 | $(use_enable debug grub-emu) \ |
60 | $(use_enable debug grub-emu) \ |
| 61 | $(use_enable debug grub-emu-usb) \ |
61 | $(use_enable debug grub-emu-usb) \ |
| 62 | $(use_enable debug grub-fstest) |
62 | $(use_enable debug grub-fstest) |
| 63 | emake -j1 || die "making regular stuff" |
63 | emake -j1 || die "making regular stuff" |