projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f16e54
)
dialog: force linking with ncurses
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 20 Jul 2010 11:04:15 +0000
(13:04 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 20 Jul 2010 11:04:15 +0000
(13:04 +0200)
Otherwise the build breaks with:
configure: error: no curses library found
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dialog/dialog.mk
patch
|
blob
|
history
diff --git
a/package/dialog/dialog.mk
b/package/dialog/dialog.mk
index 7674861d625c03a6b6d7ce9dff8eb31249328f15..e8c2a0d187864b40d3d5d9ae97f9b304ce3cdc65 100644
(file)
--- a/
package/dialog/dialog.mk
+++ b/
package/dialog/dialog.mk
@@
-6,7
+6,7
@@
DIALOG_VERSION:=1.1-20100428
DIALOG_SOURCE:=dialog-$(DIALOG_VERSION).tgz
DIALOG_SITE:=ftp://invisible-island.net/dialog
-
+DIALOG_CONF_OPT = --with-ncurses
DIALOG_DEPENDENCIES = ncurses
define DIALOG_INSTALL_TARGET_CMDS