summaryrefslogtreecommitdiffstats
path: root/package/infozip/0006-unix-configure-borrow-the-LFS-test-from-autotools.patch
Commit message (Collapse)AuthorAgeFilesLines
* infozip: rename to zipLuca Ceresoli2015-11-281-101/+0
| | | | | | | | | | | | | | We currently have a package named "infozip" for Info-Zip's Zip. With the upcoming addition of a package the Info-Zip's UnZip the name is becoming ambiguous. Rename it to the more specific name "zip". Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Romain Naour <romain.naour@openwide.fr> Cc: Jan Pedersen <jp@jp-embedded.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/infozip: fix LARGE_FILE_SUPPORT checkRomain Naour2015-02-051-0/+101
The LFS check was dropped in commit cc4dedd9. Since then there is a runtime error: zip warning : Not supported (uzoff_t not same size as zoff_t) However LFS check can't readded as is because it can't work for cross-compilation since it try to run a target's binary on the host system. Replace infozip's LFS check with the one used by autoconf. This allows to readd LFS support for host-infozip. Reported-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud