From: Eric Bollengier Date: Fri, 5 Jun 2009 13:02:10 +0000 (+0000) Subject: ebl Fix #1306 when building static bconsole X-Git-Tag: Release-3.0.2~179 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6835babddf2f9d7b3e8ae5848dfb9063e7b2d03;p=bacula%2Fbacula ebl Fix #1306 when building static bconsole git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8887 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/console/Makefile.in b/bacula/src/console/Makefile.in index 04117c049e..0186d3369c 100644 --- a/bacula/src/console/Makefile.in +++ b/bacula/src/console/Makefile.in @@ -51,7 +51,7 @@ bconsole: Makefile $(CONSOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libba $(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) diff --git a/bacula/technotes b/bacula/technotes index 079fa21322..a8d213dfa3 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,8 @@ 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.