Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib: don't point libdir/includedir at staging | Peter Korsgaard | 2010-11-24 | 1 | -2/+0 |
| | | | | | | Fixes 'make install'. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | zlib: cleanup, fix install for static only build | Peter Korsgaard | 2010-11-24 | 1 | -23/+21 |
| | | | | | | | Use 'make install' for installation, add a patch to make it work for static only builds, and add uninstall/clean targets while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | zlib: Fix build | Lionel Landwerlin | 2010-09-20 | 1 | -2/+2 |
| | | | | | | | Using "make -j $(N)" with N > 1 sometimes breaks zlib build. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | zlib: Bump to 1.2.5 | Paul Jones | 2010-07-27 | 3 | -126/+1 |
| | | | | | | | Closes #1981 Signed-off-by: Paul Jones <paul@pauljones.id.au> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | zlib: enable compilation on the host | Thomas Petazzoni | 2010-02-23 | 1 | -0/+25 |
| | | | | | | | | zlib is needed on the host, to build xlib_libfontenc on the host, to build xapp_mkfontscale on the host, in order to finally build xfonts encodings on the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | zlib: fix headers installation in target directory | Lionel Landwerlin | 2010-01-28 | 1 | -2/+2 |
| | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | zlib: rework on top of the generic infrastructure | Thomas Petazzoni | 2009-12-15 | 1 | -64/+29 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | zlib: fix typo | Peter Korsgaard | 2009-10-04 | 1 | -1/+1 |
| | | | | | | | Fix typo introduced by 1e32e0700a (remove dedicated target-headers option). Noticed by Alexander Clouter <alex@digriz.org.uk>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | zlib: remove dedicated target-headers option | Peter Korsgaard | 2009-10-03 | 2 | -12/+1 |
| | | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | zlib: Replace negative logic in Makefile with positive | Michael Roth | 2009-09-30 | 1 | -5/+5 |
| | | | | | | | | Positive logic is easier to read and understand than something like 'if not option=yes then foo else bar'. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | zlib: install using cp instead of install for zlib libraries | Hans-Christian Egtvedt | 2008-12-11 | 1 | -1/+1 |
| | | | | | | | | This patch will install zlib keeping the symlinks. The usage of $(INSTALL) here did not take into account symbolic links. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | have zlib respect BR2_PREFER_STATIC_LIB | Peter Korsgaard | 2008-12-08 | 1 | -6/+19 |
| | | | | | | | | The ARM uClinux BFLT format apparently doesn't support shared libs nor -fPIC. So let's distinguish between shared and non shared builds by having split rules for libz.a and libz.so based on BR2_PREFER_STATIC_LIB. Signed-off-by: Nicolas Pitre <nico@cam.org> | ||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | Fix zlib install broken by previous commit. Sorry | Thiago A. Corrêa | 2008-10-31 | 1 | -5/+6 |
| | |||||
* | Make sure directories are created during install to STAGING_DIR and ↵ | Thiago A. Corrêa | 2008-10-31 | 1 | -10/+8 |
| | | | | TARGET_DIR. Thanks to Thomas Petazzoni and Bernhard Reutner-Fischer. | ||||
* | package: global largefile CFLAGS handling | Peter Korsgaard | 2008-08-04 | 1 | -5/+1 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -2/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | zlib: cleanup and fix -clean target | Peter Korsgaard | 2008-07-17 | 1 | -17/+13 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Use TARGET_CONFIGURE_ARGS in some packages lacking | Ulf Samuelsson | 2007-07-30 | 1 | -0/+1 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -12/+12 |
| | |||||
* | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | 2007-07-06 | 1 | -3/+2 |
| | | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | ||||
* | - change download site to sourceforge | Bernhard Reutner-Fischer | 2007-06-29 | 1 | -2/+2 |
| | |||||
* | - 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. |