dialog: force linking with ncurses
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 20 Jul 2010 11:04:15 +0000 (13:04 +0200)
committerPeter 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

index 7674861d625c03a6b6d7ce9dff8eb31249328f15..e8c2a0d187864b40d3d5d9ae97f9b304ce3cdc65 100644 (file)
@@ -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