Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - improve the zlib-clean target | Bernhard Reutner-Fischer | 2007-06-25 | 1 | -1/+6 |
| | |||||
* | - make sure that TARGET_DIR/usr/lib exists | Bernhard Reutner-Fischer | 2007-06-25 | 1 | -2/+2 |
| | |||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -27/+29 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | yet more LDFLAGS handling fixups | Eric Andersen | 2007-03-14 | 1 | -2/+2 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+2 |
| | |||||
* | fetch zlib from the cannonical site at zlib.net | Eric Andersen | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | use := instead of = for variables and make sure zlib builds with target cflags | Mike Frysinger | 2005-10-29 | 1 | -6/+7 |
| | |||||
* | touchup build process | Mike Frysinger | 2005-08-30 | 1 | -2/+3 |
| | |||||
* | some patches from Gentoo | Mike Frysinger | 2005-08-30 | 2 | -0/+124 |
| | |||||
* | - zlib prior to 1.2.3 improperly handled invalid data streams which could ↵ | Ned Ludd | 2005-07-29 | 1 | -1/+1 |
| | | | | lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096 | ||||
* | 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. | ||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | This patch updates the zlib package to build version 1.2.2. The | Eric Andersen | 2005-05-16 | 1 | -1/+1 |
| | | | | | | 1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. http://bugs.uclibc.org/view.php?id=254 | ||||
* | 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 | ||||
* | help text | Mike Frysinger | 2004-10-14 | 1 | -4/+4 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+73 |
directory. |