Kaynağa Gözat

dialog: Override ncurses config script

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>
Maarten ter Huurne 11 yıl önce
ebeveyn
işleme
47e4c68f51
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      package/dialog/dialog.mk

+ 2 - 0
package/dialog/dialog.mk

@@ -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))