瀏覽代碼

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 年之前
父節點
當前提交
9de1b4c81f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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