summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-09-17 10:08:21 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-09-18 00:09:40 +0200
commitd365364fa505e5c851fb8a6ba3d6c72708f13c3d (patch)
tree96f8240689142dccdcb34b6d32d34f506a751308
parenta8360013249dbdbe831dbe4659c8e5745ef4b6db (diff)
dialog: fixup ncurses config script
Point the build to the proper ncurses config script by using $(NCURSES_CONFIG_SCRIPTS) from the ncurses package directly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/dialog/dialog.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
index 9af56e773..b5a8c601a 100644
--- a/package/dialog/dialog.mk
+++ b/package/dialog/dialog.mk
@@ -17,6 +17,6 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
DIALOG_DEPENDENCIES += libiconv
endif
-DIALOG_CONF_OPT += NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/ncurses5-config
+DIALOG_CONF_OPT += NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/$(NCURSES_CONFIG_SCRIPTS)
$(eval $(autotools-package))