git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8887
91ce42f0-d328-0410-95d8-
f526ca767f89
$(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \
$(OPENSSL_LIBS)
-static-bconsole: Makefile $(CONSOBJS) ../lib/libbac.a../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
+static-bconsole: Makefile $(CONSOBJS) ../lib/libbac.a ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) -static $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \
$(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \
$(OPENSSL_LIBS)
General:
+05Jun09
+ebl Fix #1306 about a problem when building the static bconsole
26May09
ebl Apply Steve Polyack patch to add DirSourceAddress and FDSourceAddress
directives. That permits to choose the outgoing interface.