]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Remove catalog dependency for bcopy
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 28 Aug 2008 12:44:14 +0000 (12:44 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 28 Aug 2008 12:44:14 +0000 (12:44 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7516 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/Makefile.in
bacula/technotes-2.5

index 1b217f7abfaa0c266ca0a4731dac4ae5b433a054..abb3f1741fc1633714ced3ac91ded155f564232e 100644 (file)
@@ -142,7 +142,7 @@ bcopy.o: bcopy.c
 
 bcopy: $(COPYOBJS) ../findlib/libfind.a ../lib/libbac.a
        $(CXX) $(TTOOL_LDFLAGS) $(LDFLAGS) -L../lib -L../findlib -o $@ $(COPYOBJS) \
$(DB_LIBS) $(FDLIBS) -lfind -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS)
+ -lbac -lm $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS)
 
 
 Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
index cf913e2c7405c39e4179cc604492feae5bfada89..67b75a3a910dbd868f08fa73a3bc40de0d5b66d7 100644 (file)
@@ -33,6 +33,7 @@ separator in console (!$%&'()*+,-/:;<>?[]^`{|}~)
 
 General:
 28Aug08
+ebl  Remove catalog dependency from bcopy tool.
 ebl  Modify catalog scripts to have an easier packaging integration,
      using default variables.
      Make difference between SQLite3 and SQLite in db_get_type()