Package: unalz / 0.65-4

Metadata

Package Version Patches format
unalz 0.65-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
libz linkage.diff | (download)

Makefile | 6 3 + 3 - 0 !
UnAlzBzip2.cpp | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 use system zlib
 Use system zlib instead of the internal old version of zlib.
libbz2 linkage.diff | (download)

Makefile | 4 2 + 2 - 0 !
UnAlzBzip2.cpp | 14 12 + 2 - 0 !
2 files changed, 14 insertions(+), 4 deletions(-)

 use system libbz2
 Use system libbz2 instead of the internal old version of libbz2.
zlib 1.2.7 build.diff | (download)

UnAlz.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with zlib 1.2.7 and gcc 4.7
 Introduction of z_crc_t type on zlib 1.2.7 causes a type error on gcc
 4.7.
 .
 The upstream uses the internal version of old zlib.