summaryrefslogtreecommitdiff
path: root/package/zlib
Commit message (Collapse)AuthorAge
* move library packages to package/libs/Felix Fietkau2012-10-08
| | | | SVN-Revision: 33657
* build: add the + token to any commands that can pass through the jobserver, ↵Felix Fietkau2012-09-23
| | | | | | fixes parallel build on some systems SVN-Revision: 33523
* zlib: update to 1.2.7Luka Perkov2012-06-09
| | | | SVN-Revision: 32147
* zlib: parallel build has been reported to break this package, disable it ↵Felix Fietkau2012-02-10
| | | | | | (#10948) SVN-Revision: 30420
* zlib: fix duplicate function declarations for largefile supportFelix Fietkau2012-01-08
| | | | SVN-Revision: 29690
* package/zlib: include zlib.pc (pkconfig)Nicolas Thill2011-10-25
| | | | | | | | | | 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-19
| | | | SVN-Revision: 23085
* package/zlib: update to zlib-1.2.5Alexandros C. Couloumbis2010-09-13
| | | | SVN-Revision: 23049
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-07
| | | | | | | | 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-13
| | | | | | | | 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-26
| | | | SVN-Revision: 20480
* fix zlib linking failures with gcc-4.4+ (#6173)Florian Fainelli2010-01-02
| | | | SVN-Revision: 19012
* zlib: replace -fPIC with $(FPIC)Felix Fietkau2009-10-20
| | | | SVN-Revision: 18093
* remove CFLAGS_LARGEFILE, not defined anywhere (#4856)Florian Fainelli2009-07-25
| | | | SVN-Revision: 16984
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-17
| | | | SVN-Revision: 15242
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-06
| | | | SVN-Revision: 12225
* Do not run ldconfig while cross-compiling zlibFlorian Fainelli2008-07-27
| | | | SVN-Revision: 11959
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-25
| | | | SVN-Revision: 9906
* Fix zlib for powerpcFelix Fietkau2007-11-29
| | | | | | | | | | 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-28
| | | | | | 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-01
| | | | SVN-Revision: 8299
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-04
| | | | SVN-Revision: 7490
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-16
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-16
| | | | | | 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-23
| | | | SVN-Revision: 5624
* add zlib fix from #855Felix Fietkau2006-10-17
| | | | SVN-Revision: 5180
* fix zlib cross compiling from non-linux systemsFelix Fietkau2006-10-14
| | | | SVN-Revision: 5102
* finally move buildroot-ng to trunkFelix Fietkau2016-03-20