summaryrefslogtreecommitdiffstats
path: root/package/ncurses
diff options
context:
space:
mode:
authorEric Andersen2005-03-02 13:33:58 +0100
committerEric Andersen2005-03-02 13:33:58 +0100
commitcbe848f9b6726b1c42463b412eff5d71c091d851 (patch)
tree29b53cb6acf7f54e0eb845a273787d7e50932939 /package/ncurses
parentFix things the other way round. Instead of restoring the mips (diff)
downloadbuildroot-cbe848f9b6726b1c42463b412eff5d71c091d851.tar.gz
buildroot-cbe848f9b6726b1c42463b412eff5d71c091d851.tar.xz
buildroot-cbe848f9b6726b1c42463b412eff5d71c091d851.zip
Deal with it when binutils is being somewhat troublesome
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/ncurses.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index b2b1f2f86..382dc24dd 100644
--- a/package/ncurses/ncurses.mk
+++ b/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