]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix #1306 when building static bconsole
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 5 Jun 2009 13:02:10 +0000 (13:02 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 5 Jun 2009 13:02:10 +0000 (13:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8887 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/console/Makefile.in
bacula/technotes

index 04117c049e9346c76d5865ccec3ca4a33dcc6310..0186d3369cf7feecc1ef9e2cc3c87460566949f1 100644 (file)
@@ -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)
index 079fa213225e1ab15e76b29b6efd48ed8fabdcc1..a8d213dfa370234ddcfbe31602ab21098784cd01 100644 (file)
@@ -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.