]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dialog: Override ncurses config script
authorMaarten ter Huurne <maarten@treewalker.org>
Thu, 11 Sep 2014 02:40:34 +0000 (04:40 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 14 Sep 2014 22:27:52 +0000 (00:27 +0200)
Without the override, systemwide ncurses6-config can be found instead
of ncurses5-config from staging.

Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dialog/dialog.mk

index fb00c9ccac5bc671dbeb266ace5ce88774b1d247..9af56e773373ee73decaf9e65a364763a638b9cf 100644 (file)
@@ -17,4 +17,6 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
 DIALOG_DEPENDENCIES += libiconv
 endif
 
+DIALOG_CONF_OPT += NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/ncurses5-config
+
 $(eval $(autotools-package))