From: Michael Tremer Date: Wed, 17 Feb 2010 20:07:33 +0000 (+0100) Subject: unzip: Fix usage of CFLAGS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f11938201edd6a3fb5a12706fbbab00bf8ff3792;p=ipfire-3.x.git unzip: Fix usage of CFLAGS. --- diff --git a/pkgs/core/unzip/unzip.nm b/pkgs/core/unzip/unzip.nm index c11154f14..159dee032 100644 --- a/pkgs/core/unzip/unzip.nm +++ b/pkgs/core/unzip/unzip.nm @@ -49,7 +49,7 @@ CFLAGS += -D_LARGEFILE64_SOURCE define STAGE_BUILD cd $(DIR_APP) && ln -svf unix/Makefile Makefile - cd $(DIR_APP) && make generic CFLAGS="$(CFLAGS)" $(PARALLELISMFLAGS) + cd $(DIR_APP) && make generic CC="gcc $(CFLAGS)" LD=gcc $(PARALLELISMFLAGS) endef define STAGE_INSTALL