aboutsummaryrefslogtreecommitdiff
path: root/utils/zip
Commit message (Collapse)AuthorAge
* zip: rename package to infozip to avoid name collision with toolsHannu Nyman2020-02-01
| | | | | | | | | | | Rename "zip" to "infozip" to avoid name collision, as the same zip package has been introduces to the build tools as zip. Buildbot does not like that. Reference to #10985 and #11089 as well as https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271877 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* zip: remove host buildRosen Penev2020-01-22
| | | | | | | | | | | | | This is conflicting with tools/zip where the HostBuild is specified. This should allow the zip package to show up. Several cleanups were also performed for consistency between packages. Added PKG_BUILD_PARALLEL:=1 for faster compilation. Remove PKG_CHECK_FORMAT_SECURITY. Patched the issue instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zip: remove build timestampAlexander Couzens2017-11-17
| | | | | | | | | Build timestamps prevents reproducible builds [0]. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* zip: add host compileAdrian Panella2017-09-13
| | | | | | make it available as a tool for building other packages Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* utils/zip: fix LARGE_FILE_SUPPORT in configure scriptp-wassi2016-11-20
| | | | | | | | | | | | | | | | Package zip is currently broken with a runtime error. When zip is run, it immediately exits with "zip warning : Not supported (uzoff_t not same size as zoff_t)" The issue boils down to the package's configure script which tries to determine LARGE_FILE_SUPPORT on *host* side. The conftest.c is compiled and ran on the building host to see whether LFS is given or not. This will fail when cross-compiling. The patch here is created by Romain Naour, taken from http://lists.busybox.net/pipermail/buildroot/2015-January/117909.html Reworked and tested by me. Now LFS is detected and the built binaries work on the target. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* zip: respect LDFLAGSAlexander Ryzhov2016-02-27
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-06-24
| | | | Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
* zip: don't link libbz2 even if its thereSteven Barth2014-06-13
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* zip: Import 2.32 from packages and update to 3.0.Álvaro Fernández Rojas2014-06-12
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>