Re: unzip: make check modification

2005-07-10 Thread Alexander E. Patrakov
Tushar Teredesai wrote: Currently for testing unzip, the book includes the following commands: /sbin/ldconfig $PWD make check This is wrong. We are modifying the linker cache to include libraries in unzip's build dir. I propose to change the instructions to the following:

Re: unzip: make check modification

2005-07-10 Thread David Jensen
Alexander E. Patrakov wrote: Tushar Teredesai wrote: I propose to change the instructions to the following: LD_LIBRARY_PATH=$PWD make check That is probably the right thing, but. Why are we building libunzip.so at all? Nothing uses it AFAIK, and we need the -dont_make-noise patch

Re: unzip: make check modification

2005-07-10 Thread David Jensen
David Jensen wrote: The whole thing seems too complex, this seems all that is required for static. sed -i 's:^LN = ln: -sf:' unix/Makefile make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK \ linux -funix/Makefile make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install The sed