aboutsummaryrefslogtreecommitdiffstats
path: root/package/zlib
Commit message (Collapse)AuthorAgeFilesLines
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] zlib: update to 1.2.7Luka Perkov2012-06-093-80/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib: parallel build has been reported to break this package, disable it ↵Felix Fietkau2012-02-101-2/+0
| | | | | | (#10948) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib: fix duplicate function declarations for largefile supportFelix Fietkau2012-01-081-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/zlib: fix Darwin compile failure (closes #7963)Alexandros C. Couloumbis2010-09-191-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/zlib: update to zlib-1.2.5Alexandros C. Couloumbis2010-09-132-216/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/zlib: refresh patchesGabor Juhos2010-03-261-22/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix zlib linking failures with gcc-4.4+ (#6173)Florian Fainelli2010-01-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib: replace -fPIC with $(FPIC)Felix Fietkau2009-10-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove CFLAGS_LARGEFILE, not defined anywhere (#4856)Florian Fainelli2009-07-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not run ldconfig while cross-compiling zlibFlorian Fainelli2008-07-271-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix openssl with zlib-dynamic (closes: #1182), bump release numberNicolas Thill2007-08-011-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-041-9/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add zlib fix from #855Felix Fietkau2006-10-171-11/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix zlib cross compiling from non-linux systemsFelix Fietkau2006-10-142-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-241-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefile, remove dup descriptionNicolas Thill2006-09-231-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is dueMike Baker2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-211-1/+1
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* normalize Makefiles.Nicolas Thill2006-06-181-15/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve dependency handling, fix some package makefile bugsFelix Fietkau2006-05-301-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use InstallDev/UninstallDev.Nicolas Thill2006-05-291-10/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace $(IDIR_*) with $(1)Felix Fietkau2006-05-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* typosMike Baker2006-05-101-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Convert packages to new templateMike Baker2006-05-103-27/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change cp to $(CP)Mike Baker2006-02-011-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* restore old configure script patch; fix build errorMike Baker2006-01-131-3/+121
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* security updateOpenWrt Developers2006-01-133-152/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2951 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorganize/rationalize/format package menuconfig, Nicolas Thill2005-11-051-1/+3
| | | | | | make updatedd modular git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lots of small package changes and dependency cleanups for the V= stuffFelix Fietkau2005-10-221-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove Maintainer: and Source: from packagesFelix Fietkau2005-10-211-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another zlib fixFelix Fietkau2005-08-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix zlib build on machines where LDFLAGS gets set to something brokenFelix Fietkau2005-08-291-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a load of fixes from whiterussian to headFelix Fietkau2005-07-111-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Set download url to sourceforgeNicolas Thill2005-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Switch to .tar.bz2 archiveNicolas Thill2005-05-241-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Cosmetic fixNicolas Thill2005-05-191-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Standardize package Config.in, change prompt to package name + short ↵Nicolas Thill2005-05-191-1/+1
| | | | | | description, add URL when missing (and found) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@956 3c298f89-4303-0410-b956-a3cf2f4a3e73