From c78e43d7826bd7a2a6a40275964db0f8b3941294 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 1 Jun 2017 19:16:00 +0200 Subject: [PATCH] ncurses: fix toolchain build Signed-off-by: Arne Fitzenreiter --- lfs/ncurses | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/ncurses b/lfs/ncurses index dd6e56f1ce..1d8fd40d21 100644 --- a/lfs/ncurses +++ b/lfs/ncurses @@ -96,7 +96,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ifneq "$(ROOT)" "" mkdir -pv /tools/lib/pkgconfig/ endif - cd $(DIR_APP) && ./configure $(EXTRA_CONFIG) + cd $(DIR_APP) && CPPFLAGS=-P ./configure $(EXTRA_CONFIG) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.5