Alexander E. Patrakov wrote: > Bruce Dubbs wrote: > >> OK. I understand, but to clarify, you are saying the instructions >> should be: >> >> patch -Np1 -i ../unzip-5.52-fix_Makefile-1.patch && >> patch -Np1 -i ../unzip-5.52-fix_libz-1.patch && >> cp -v unix/Makefile . && >> make prefix=/usr LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux >> >> and as root: >> make prefix=/usr install >> >> Is that correct? > > > None of the patches are needed because they deal with either libunzip or > zlib. The "prefix=/usr" does nothing useful in the first "make" line. > Further simplification is possible: > > make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux > make prefix=/usr install
Confirmed. I'll make those changes. > > Non-x86 targets should use the "linux_noasm" target instead of "linux". We're not directly supporting non-x86 targets yet. This is wiki material. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
