]> git.sur5r.net Git - bacula/bacula/commit
Use a helper script to link the correct database backend.
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 8 Jul 2011 13:44:15 +0000 (15:44 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 8 Jul 2011 15:50:33 +0000 (17:50 +0200)
commit85e3fedddc73c939bbd1e74850dfbb222aa0b823
tree89b4fa57ef20ee9c320b93d5cadaea864f88217a
parentd507f845b9d75e288c591772812179f700140095
Use a helper script to link the correct database backend.

On some platforms the extension of shared libs is not .so
(OSX seems to use .dylib and some other platform even other
exotic names). We now extract the extension from libtool
which knows best as it also creates our shared libs.
bacula/autoconf/configure.in
bacula/src/cats/Makefile.in
bacula/src/cats/install-default-backend.in [new file with mode: 0755]