From: Bernhard Reutner-Fischer Date: Thu, 28 Aug 2008 14:29:54 +0000 (-0000) Subject: - forgot to pass in the HOST_EXTRACFLAGS X-Git-Tag: 1_13_0~222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1ebdaccd6d25003202b41ca3f0f603f4bb97bb6e;p=oweals%2Fbusybox.git - forgot to pass in the HOST_EXTRACFLAGS --- diff --git a/scripts/kconfig/lxdialog/Makefile b/scripts/kconfig/lxdialog/Makefile index a8b026326..2c9dc48f8 100644 --- a/scripts/kconfig/lxdialog/Makefile +++ b/scripts/kconfig/lxdialog/Makefile @@ -12,7 +12,7 @@ HOST_EXTRACFLAGS += -DLOCALE PHONY += dochecklxdialog $(obj)/dochecklxdialog: - $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_LOADLIBES) + $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOST_LOADLIBES) hostprogs-y := lxdialog always := $(hostprogs-y) dochecklxdialog diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh index 260743f01..5552154cb 100644 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh @@ -13,9 +13,7 @@ ldflags() fi done done - #bbox# exit 1 - echo '-lcurses' - exit + exit 1 } # Where is ncurses.h?