Update-Installer/external/minizip
Robert Knight addc3b253d Link libbz2 statically to fix a problem running a copy of the updater built on a Debian system on a RedHat-based system.
Under Debian, the libbz2.so SONAME is libbz2.so.1.0, so ld links to this
version of libbz2.  Debian has symlinks from libbz2.so.1 and libbz2.so.1.0 to
libbz2.so.1.0.x.  RedHat however does not have the libbz2.so.1.0 symlink
so linking fails at runtime.

This commit fixes the problem by linking to libbz2 statically on Linux.
This does not bloat the updater library too much as libbz2 is only 70K
(measured on Ubuntu 11.04).
2011-10-03 11:53:02 +01:00
..
CMakeLists.txt Link libbz2 statically to fix a problem running a copy of the updater built on a Debian system on a RedHat-based system. 2011-10-03 11:53:02 +01:00
crypt.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
ioapi.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
ioapi.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
iowin32.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
iowin32.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
make_vms.com Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
Makefile Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
miniunz.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
minizip.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
MiniZip64_Changes.txt Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
MiniZip64_info.txt Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
mztools.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
mztools.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
unzip.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
unzip.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
zip.c Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00
zip.h Add minizip library and use it to implement extraction of files from zip archives. 2011-08-20 00:38:05 +01:00