summaryrefslogtreecommitdiffstats
path: root/package/infozip/infozip-0001-configure-fix-cross-build.patch
Commit message (Collapse)AuthorAgeFilesLines
* 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: fix cross-compilation issuesRomain Naour2014-02-021-0/+237
- 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>
OpenPOWER on IntegriCloud