From: Arne Fitzenreiter Date: Thu, 1 Jun 2017 17:16:00 +0000 (+0200) Subject: ncurses: fix toolchain build X-Git-Tag: v2.19-core112~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c78e43d7826bd7a2a6a40275964db0f8b3941294;p=people%2Fstevee%2Fipfire-2.x.git ncurses: fix toolchain build Signed-off-by: Arne Fitzenreiter --- 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