Skip to content
Snippets Groups Projects
Commit e0a7505f authored by Paul Sajna's avatar Paul Sajna
Browse files

Fix ncurses recipe by disabling ada support.

parent 43743049
1 merge request!166Fix ncurses recipe by disabling ada support.
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment