diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-20 13:04:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-20 13:04:15 +0200 |
commit | 9de1b4c81f081a5d63a05ede3a9e829ed8c2e783 (patch) | |
tree | fdb000d23d85f00a9066afc57eade5fb5146cb86 /package/dialog | |
parent | 7f16e542ae019b2dc2612ef1f60477b98f4f41ae (diff) |
dialog: force linking with ncurses
Otherwise the build breaks with:
configure: error: no curses library found
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dialog')
-rw-r--r-- | package/dialog/dialog.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk index 7674861d6..e8c2a0d18 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 |