]> 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)
commit537ef1403f7242bcae89d5cac323cb107f7ede33
treec4ab8546f4295dd162189e9021d5d9485d190ccd
parent5c7fe1d9c4a0c4a1e75051eb4965ee45647a6d53
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