mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Merge branch 'patch-1' into 'master'
Fix ncurses recipe by disabling ada support. See merge request redox-os/cookbook!166
This commit is contained in:
commit
000b0a3cdf
@ -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