Skip to content
Snippets Groups Projects
Commit 6d3e9cc1 authored by Nick Vernij's avatar Nick Vernij
Browse files

Fixed ncurses failing to compile.

Added a cpp flag that is required for certain versions of gcc.
parent 0ff24ae2
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ function recipe_update { ...@@ -12,6 +12,7 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
export CPPFLAGS="-P"
./configure --host=${HOST} --prefix="" ./configure --host=${HOST} --prefix=""
make make
skip=1 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