From: Eric Andersen Date: Wed, 2 Mar 2005 12:33:58 +0000 (-0000) Subject: Deal with it when binutils is being somewhat troublesome X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbe848f9b6726b1c42463b412eff5d71c091d851;p=buildroot.git Deal with it when binutils is being somewhat troublesome --- diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk index b2b1f2f866..382dc24dde 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