浏览代码

Deal with it when binutils is being somewhat troublesome

Eric Andersen 20 年之前
父节点
当前提交
cbe848f9b6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/ncurses/ncurses.mk

+ 1 - 0
package/ncurses/ncurses.mk

@@ -63,6 +63,7 @@ $(NCURSES_DIR)/.configured: $(NCURSES_DIR)/.dist
 		--without-ada --without-progs $(DISABLE_NLS) \
 		--without-profile --without-debug --disable-rpath \
 		--enable-echo --enable-const --enable-overwrite \
+		--enable-broken_linker \
 	);
 	touch  $(NCURSES_DIR)/.configured