Update-Installer/external
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
..
AnyOption WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
bzip2 Link the updater with the static VC++ runtime on Windows 2011-09-15 18:34:45 +01:00
minizip 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
TinyThread Remove dependency on Boost::Thread and use the TinyThread library instead. 2011-08-22 14:00:00 +01:00
tinyxml WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
verpatch Show a useful product name and description in the UAC prompt under Windows Vista/7 2011-09-02 12:53:44 +01:00
win32cpp Add Win++ library to external 2011-08-23 19:54:52 +01:00
zlib Link the updater with the static VC++ runtime on Windows 2011-09-15 18:34:45 +01:00