projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e149d
)
dialog: Override ncurses config script
author
Maarten ter Huurne
<maarten@treewalker.org>
Thu, 11 Sep 2014 02:40:34 +0000
(
04:40
+0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/dialog/dialog.mk
b/package/dialog/dialog.mk
index fb00c9ccac5bc671dbeb266ace5ce88774b1d247..9af56e773373ee73decaf9e65a364763a638b9cf 100644
(file)
--- a/
package/dialog/dialog.mk
+++ b/
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))