From 5d502938a4796db9098f6c119b3299d3662580ce Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 28 Aug 2008 12:44:14 +0000 Subject: [PATCH] ebl Remove catalog dependency for bcopy git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7516 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/Makefile.in | 2 +- bacula/technotes-2.5 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bacula/src/stored/Makefile.in b/bacula/src/stored/Makefile.in index 1b217f7abf..abb3f1741f 100644 --- a/bacula/src/stored/Makefile.in +++ b/bacula/src/stored/Makefile.in @@ -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 diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index cf913e2c74..67b75a3a91 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -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() -- 2.39.5