X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Funzip;h=793890d2871b56f93238abd8437b09938f714389;hp=7853dd0b4fa27dd9e6ceb26cf74bfc58b27b6e69;hb=dc7d6b204d8ef2178a8fd4f0da28ec1ff6967913;hpb=174498ef96404461522ffd4bd6e0422c17fc4e7e diff --git a/lfs/unzip b/lfs/unzip index 7853dd0b4f..793890d287 100644 --- a/lfs/unzip +++ b/lfs/unzip @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make -f unix/Makefile clean cd $(DIR_APP)/unix && ./configure -ifeq "$(MACHINE)" "i586" +ifeq "$(BUILD_ARCH)" "i586" cd $(DIR_APP) && make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 generic else # ARM/x86_64 cannot use the x86 32 bit assembly code.