aboutsummaryrefslogtreecommitdiff
path: root/utils/zip
Commit message (Collapse)AuthorAge
* 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>