sortix-mirror/ports/grub-x86_64-efi/grub-x86_64-efi.port
Jonas 'Sortie' Termansen 7e1e5bc6ce Support booting with EFI.
2024-06-22 18:25:48 +02:00

10 lines
347 B
Text

NAME=grub-x86_64-efi
EDITION=2
BUILD_LIBRARIES='libiconv? libintl? libfreetype? liblzma?'
SOURCE_PORT=grub
LICENSE=GPL-3.0-or-later
BUILD_SYSTEM=configure
# TODO: Unfortunately 32-bit sortix gcc fails due to no 64-bit support.
CONFIGURE_ARGS='--disable-werror --program-prefix= --with-platform=efi --target=x86_64-sortix'
MAKE_ARGS='-C grub-core'