]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
unzip: Fix usage of CFLAGS.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:07:33 +0000 (21:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:07:33 +0000 (21:07 +0100)
pkgs/core/unzip/unzip.nm

index c11154f14158491be8110b374f7986c16913f6c4..159dee032f1d9b65a29abb91d9ee9dd34ebfab60 100644 (file)
@@ -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