From: Peter Korsgaard Date: Tue, 20 Jul 2010 11:04:15 +0000 (+0200) Subject: dialog: force linking with ncurses X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9de1b4c81f081a5d63a05ede3a9e829ed8c2e783;p=buildroot.git dialog: force linking with ncurses Otherwise the build breaks with: configure: error: no curses library found Signed-off-by: Peter Korsgaard --- diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk index 7674861d62..e8c2a0d187 100644 --- 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