bareos2015: bareos-13.2 b7d9d6ac

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-13.2 2013-05-25 18:33 bareos-13.2 7cf2c75f Pending
Changeset Don't needlessly link binaries to compression libs.

When we link the compression libaries into the shared library
we no longer need to link the binaries against them when we
use dynamic linking. When you want static linking then you do
need to specify the compress libraries needed also for the
binary as it copies the object code into your binary.
mod - autoconf/configure.in Diff File
mod - src/filed/Makefile.in Diff File
mod - src/stored/Makefile.in Diff File