Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -1/+1 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -2/+2 |
| | |||||
* | version bump from 5.4 to 5.5 | Mike Frysinger | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | daisuke writes in Bug 401: This patch updates the ncurses package to build ↵ | Mike Frysinger | 2005-08-28 | 2 | -25/+13 |
| | | | | version 5.4. The 5.4 version of ncurses adds additional features. | ||||
* | use the new gnuconfig stuff | Mike Frysinger | 2005-08-04 | 1 | -0/+1 |
| | |||||
* | Thomas Lundquist writes: | Eric Andersen | 2005-07-12 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=285 | Eric Andersen | 2005-06-09 | 1 | -4/+11 |
| | | | | | The ncurses package make file does not install the terminfo files into the correct directory. The attached patch (against svn) corrects this problem. | ||||
* | ncurses build with make -jN, N>1 seems racey | Eric Andersen | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | Deal with it when binutils is being somewhat troublesome | Eric Andersen | 2005-03-02 | 1 | -0/+1 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | minor cleanups. ncurses make install doesn't like make -jN, N>1 | Eric Andersen | 2005-01-03 | 1 | -6/+6 |
| | |||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+4 |
| | |||||
* | Jan Lana writes: | Eric Andersen | 2004-10-27 | 1 | -1/+2 |
| | | | | | | | | | Hi, package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation. There is a simple patch. - Jenda | ||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -2/+2 |
| | |||||
* | make sure we update timestamps | Mike Frysinger | 2004-10-09 | 1 | -4/+4 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -2/+2 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -2/+13 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+134 |
directory. |