mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-12 23:44:15 +00:00
addc3b253d
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). |
||
---|---|---|
.. | ||
AnyOption | ||
bzip2 | ||
minizip | ||
TinyThread | ||
tinyxml | ||
verpatch | ||
win32cpp | ||
zlib |