aboutsummaryrefslogtreecommitdiffstats
path: root/package/zlib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move library packages to package/libs/Felix Fietkau2012-10-081-69/+0
| | | | SVN-Revision: 33657
* build: add the + token to any commands that can pass through the jobserver, ↵Felix Fietkau2012-09-231-1/+1
| | | | | | fixes parallel build on some systems SVN-Revision: 33523
* zlib: update to 1.2.7Luka Perkov2012-06-091-3/+3
| | | | SVN-Revision: 32147
* zlib: parallel build has been reported to break this package, disable it ↵Felix Fietkau2012-02-101-2/+0
| | | | | | (#10948) SVN-Revision: 30420
* 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-131-4/+4
| | | | 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
* 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
* 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
* 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
* fix zlib cross compiling from non-linux systemsFelix Fietkau2006-10-141-0/+1
| | | | SVN-Revision: 5102
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+73