mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Fix ncurses recipe by disabling ada support.
This commit is contained in:
parent
4374304961
commit
e0a7505fe5
@ -14,7 +14,7 @@ function recipe_update {
|
||||
|
||||
function recipe_build {
|
||||
export CPPFLAGS="-P"
|
||||
./configure --host=${HOST} --prefix="" --disable-db-install
|
||||
./configure --host=${HOST} --prefix="" --disable-db-install --without-ada
|
||||
make
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user