infozip: fix optimization level in Makefile patch
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 2 Feb 2014 20:21:19 +0000 (21:21 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 2 Feb 2014 20:21:19 +0000 (21:21 +0100)
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>
package/infozip/infozip-0001-configure-fix-cross-build.patch

index 275effd49377f7b9a28e4e0f8c8730079aa2256e..0b939b35bcf9e5ae03b224e305dc149bb6cbe0aa 100644 (file)
@@ -31,7 +31,7 @@ index abd0c44..8388c74 100644
  #   LFLAGS2   flags after obj file list (libraries, etc)
  CFLAGS_NOOPT = -I. -DUNIX $(LOCAL_ZIP)
 -CFLAGS = -O2 $(CFLAGS_NOOPT)
-+CFLAGS ?= -02 $(CFLAGS_NOOPT)
++CFLAGS ?= -O2 $(CFLAGS_NOOPT)
  LFLAGS1 =
  LFLAGS2 = -s