Skip to content
Snippets Groups Projects
Commit 000b0a3c authored by stratact's avatar stratact
Browse files

Merge branch 'patch-1' into 'master'

Fix ncurses recipe by disabling ada support.

See merge request !166
parents 43743049 e0a7505f
No related branches found
No related tags found
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