Browse Source

dialog: force linking with ncurses

Otherwise the build breaks with:
configure: error: no curses library found

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 năm trước cách đây
mục cha
commit
9de1b4c81f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/dialog/dialog.mk

+ 1 - 1
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