mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 23:19:05 +08:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
|
unset {C,CPP,CXX,LD}FLAGS
|
||
|
./configure --prefix=/usr \
|
||
|
--sbindir=/sbin \
|
||
|
--sysconfdir=/etc \
|
||
|
--disable-efiemu \
|
||
|
--disable-werror
|