[uClibc-cvs] svn commit: trunk/buildroot/package/ncurses

andersen at uclibc.org andersen at uclibc.org
Wed Mar 2 12:33:58 UTC 2005


Author: andersen
Date: 2005-03-02 05:33:58 -0700 (Wed, 02 Mar 2005)
New Revision: 9960

Log:
Deal with it when binutils is being somewhat troublesome


Modified:
   trunk/buildroot/package/ncurses/ncurses.mk


Changeset:
Modified: trunk/buildroot/package/ncurses/ncurses.mk
===================================================================
--- trunk/buildroot/package/ncurses/ncurses.mk	2005-03-02 12:30:29 UTC (rev 9959)
+++ trunk/buildroot/package/ncurses/ncurses.mk	2005-03-02 12:33:58 UTC (rev 9960)
@@ -63,6 +63,7 @@
 		--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
 




More information about the uClibc-cvs mailing list