aboutsummaryrefslogtreecommitdiffstats
path: root/package/zlib
Commit message (Collapse)AuthorAgeFilesLines
* zlib: fix duplicate function declarations for largefile supportFelix Fietkau2012-01-081-0/+48
| | | | SVN-Revision: 29690
* package/zlib: include zlib.pc (pkconfig)Nicolas Thill2011-10-251-0/+3
| | | | | | | | | | Compiling zlib produces zlib.pc (pkgconfig), but it is not currently installed in staging_dir/usr/lib/pkgconfig. If it was included other packages depending on zlib could easier be compiled. Signed-off-by: Espen Jürgensen <espenjurgensen@gmail.com> SVN-Revision: 28591
* package/zlib: fix Darwin compile failure (closes #7963)Alexandros C. Couloumbis2010-09-191-4/+3
| | | | SVN-Revision: 23085
* package/zlib: update to zlib-1.2.5Alexandros C. Couloumbis2010-09-132-216/+16
| | | | SVN-Revision: 23049
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-071-1/+3
| | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965
* Fix zlib alternate URLGabor Juhos2010-05-131-1/+1
| | | | | | | | There is no zlib project on Sourceforge, zlib files are in libpng project Signed-off-by: Gilles Espinasse g.esp@free.fr SVN-Revision: 21442
* package/zlib: refresh patchesGabor Juhos2010-03-261-22/+16
| | | | SVN-Revision: 20480
* fix zlib linking failures with gcc-4.4+ (#6173)Florian Fainelli2010-01-021-0/+1
| | | | SVN-Revision: 19012
* zlib: replace -fPIC with $(FPIC)Felix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18093
* remove CFLAGS_LARGEFILE, not defined anywhere (#4856)Florian Fainelli2009-07-251-2/+2
| | | | SVN-Revision: 16984
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-061-1/+1
| | | | SVN-Revision: 12225
* Do not run ldconfig while cross-compiling zlibFlorian Fainelli2008-07-271-10/+10
| | | | SVN-Revision: 11959
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-5/+0
| | | | SVN-Revision: 9906
* Fix zlib for powerpcFelix Fietkau2007-11-291-3/+3
| | | | | | | | | | For some architectures like powerpc, the library must be compiled with -fPIC (checked also for mips/mipsel) Signed-off-by: Thomas Langer <thomas.langer@infineon.com> SVN-Revision: 9632
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-6/+6
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* fix openssl with zlib-dynamic (closes: #1182), bump release numberNicolas Thill2007-08-011-1/+3
| | | | SVN-Revision: 8299
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-041-9/+12
| | | | SVN-Revision: 7490
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-1/+1
| | | | SVN-Revision: 5624
* add zlib fix from #855Felix Fietkau2006-10-171-11/+37
| | | | SVN-Revision: 5180
* fix zlib cross compiling from non-linux systemsFelix Fietkau2006-10-142-0/+1
| | | | SVN-Revision: 5102
* finally move buildroot-ng to trunkFelix Fietkau2016-03-202-0/+279