I suggested this patch for 5.2.13 but got no answer. The attached patch fixes src/tools/Makefile.in when using --disable-libtool on FreeBSD. The binary bpluginfo needs to the full library dependency list like the other binaries.
__Martin
--- bacula-7.0.2/src/tools/Makefile.in.orig 2014-04-03 17:01:46.071714331 +0100 +++ bacula-7.0.2/src/tools/Makefile.in 2014-04-03 17:02:02.181227421 +0100 @@ -141,7 +141,7 @@ $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) -I$(srcdir) -I$(basedir) -I../filed -I../dird -I../stored $(DINCLUDE) $(CFLAGS) $< bpluginfo: Makefile bpluginfo.o - $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -o $@ bpluginfo.o -lbac $(GETTEXT_LIBS) + $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -o $@ bpluginfo.o -lbac $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) Makefile: $(srcdir)/Makefile.in $(topdir)/config.status cd $(topdir) \
------------------------------------------------------------------------------
_______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel