[Lunar-commits] <moonbase> unzip: updated to 6.0

Zbigniew Luszpinski zbiggy at o2.pl
Sun Jun 7 23:46:42 CEST 2009


On Sunday, 7 June 2009 at 19:55:33 samuel wrote:
> On Tue, May 26, 2009 at 2:19 AM, Zbigniew
>
> Luszpinski<zbiggy at lunar-linux.org> wrote:
> > commit 3400291a4aec1068f591ee604de6a83d3b9559d5
> > Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
> > Date:   Tue May 26 02:19:07 2009 +0200
> >
> >    unzip: updated to 6.0
>
> doesn't compile on x86_64...

copy unzip module to zlocal and:
1. copy BUILD to BUILD.x86_64
2 modify BUILD.x86_64 by replacing build target from:
make linux
to:
make linux_noasm
3. remove lines:
make linux_shlib
cp -af libunzip.s* /usr/lib &&

4. optional: you may also want to change 1st sedit to change in unix/Makefile:
CFLAGS="-O -Wall"
to
CFLAGS="$CFLAGS -Wall"

5. optional 2: you may try to modify linux_shlib target to make it working on 
x64 by removing options:
-DASM_CRC
AS=gcc
-Di386
and if still breaks remove: AF="-fPIC -Di386 $(AF)"

have a nice day,
Zbigniew 'zbiggy' Luszpinski



More information about the Lunar-dev mailing list