Hi developers,

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-5.2.13/src/tools/Makefile.in.orig    2013-02-19 19:21:35.000000000 
+0000
+++ bacula-5.2.13/src/tools/Makefile.in 2013-02-21 13:28:56.792866000 +0000
@@ -143,7 +143,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) \
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to