Fixed ncurses failing to compile.

Added a cpp flag that is required for certain versions of gcc.
This commit is contained in:
Nick Vernij 2017-08-15 18:04:46 +02:00
parent 0ff24ae298
commit 6d3e9cc1ef

View File

@ -12,6 +12,7 @@ function recipe_update {
}
function recipe_build {
export CPPFLAGS="-P"
./configure --host=${HOST} --prefix=""
make
skip=1