Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-04 | use the new gnuconfig stuff | Mike Frysinger | |
2005-07-12 | Thomas Lundquist writes: | Eric Andersen | |
If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas. | |||
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-06-09 | http://bugs.uclibc.org/view.php?id=285 | Eric Andersen | |
The ncurses package make file does not install the terminfo files into the correct directory. The attached patch (against svn) corrects this problem. | |||
2005-03-07 | ncurses build with make -jN, N>1 seems racey | Eric Andersen | |
2005-03-02 | Deal with it when binutils is being somewhat troublesome | Eric Andersen | |
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2005-01-03 | minor cleanups. ncurses make install doesn't like make -jN, N>1 | Eric Andersen | |
2004-12-26 | more help updates from Tom Cameron | Mike Frysinger | |
2004-10-27 | Jan Lana writes: | Eric Andersen | |
Hi, package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation. There is a simple patch. - Jenda | |||
2004-10-09 | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | |
2004-10-09 | make sure we update timestamps | Mike Frysinger | |
2004-10-09 | use $(TAR_VERBOSITY) | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |
2004-10-09 | facelift step number two | Eric Andersen | |
2004-10-09 | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | |
directory. |