mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 07:04:39 +08:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
unset {C,CPP,CXX,LD}FLAGS
|
|
./configure --prefix=/usr \
|
|
--sbindir=/usr/bin \
|
|
--sysconfdir=/etc \
|
|
--disable-efiemu \
|
|
--enable-grub-mkfont \
|
|
--with-platform=efi \
|
|
--disable-werror |