bareos: master 6d6371c0

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm master 2013-05-25 16:33 master 51984a46 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 - src/stored/Makefile.in Diff File
mod - src/filed/Makefile.in Diff File
mod - autoconf/configure.in Diff File