summaryrefslogtreecommitdiffstats
path: root/package/infozip
Commit message (Collapse)AuthorAgeFilesLines
* infozip: Add a host variantMaxime Hadjinlian2014-04-031-0/+13
| | | | | | | | | | | | Adding a host variant to the package infozip. It will be used by XBMC. [Thomas: use HOST_CONFIGURE_OPTS instead of TARGET_CONFIGURE_OPTS in the host installation step.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* infozip: fix optimization level in Makefile patchPeter Korsgaard2014-02-021-1/+1
| | | | | | | Noop in Buildroot as we override CFLAGS, but cleaner. Reported-by: Alexander Lukichev <alexander.lukichev@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infozip: add missing optional bzip2 dependencieRomain Naour2014-02-021-0/+4
| | | | | Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infozip: fix cross-compilation issuesRomain Naour2014-02-022-1/+241
| | | | | | | | | | | | | | | | | | - Use CFLAGS from command line - Remove "Check C compiler type (optimization options)" This test force optimization to -O3 while it is already set in CFLAGS - Don't use host CPP - Remove "Check for Large File Support" LFS support is already set in CFLAGS Note: configure script still use host nm Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infozip: fix $(AS) behaviorRomain Naour2014-02-021-1/+1
| | | | | | | | | | | | | infozip's Makefile expect $(AS) to output by default to <basename>.o but when called from Buildroot, the value for $(AS) is set to to invoke the toolchain's $(AS) directly, and the output of it goes to a.out. So, define $(AS) with $(CC -c) Reported-by: Кирилл Луценко <lucenko_kirill@mail.ru> Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headers to comply with coding styleAlexandre Belloni2013-06-061-0/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* infozip: new packageJan Pedersen2013-01-142-0/+31
This commit adds a package for infozip, compression and file packaging/archive utility. [Peter: fix trailing spaces in help, long line] Signed-off-by: Jan Pedersen <jp@jp-embedded.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud