Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | infozip: rename to zip | Luca Ceresoli | 2015-11-28 | 1 | -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 check | Romain Naour | 2015-02-05 | 1 | -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> |