]> git.sur5r.net Git - bacula/bacula/commit
When moving zlib into its seperate ZLIBS variable forgot to update the stored Makefil...
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 17 Aug 2010 20:53:25 +0000 (22:53 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 20 Sep 2010 16:32:37 +0000 (18:32 +0200)
commitc1c6fbe166a0336d499550112396b8de697a1fa1
tree73dfae0fa4cbcc4feb09c0f370c5297b5b0c7e43
parentba34f0c20ba20d406f76c72aafcbdf5cf0490995
When moving zlib into its seperate ZLIBS variable forgot to update the stored Makefile.in which
still uses FDLIBS. But as FDLIBS now only contains libraries explicitly needed for building
the filed this doesn't work. This should fix that. This is mostly a problem on Solaris like
operating system as the linker doesn't load all dependency libs and gives unresolved symbols.
bacula/src/stored/Makefile.in