From: Eric Bollengier Date: Thu, 28 Aug 2008 12:54:56 +0000 (+0000) Subject: ebl Remove catalog dependency for bcopy X-Git-Tag: Release-2.4.3~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4f5d05ad03d4106540c702b7bc9afdd061867dfc;p=bacula%2Fbacula ebl Remove catalog dependency for bcopy git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7517 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/Makefile.in b/bacula/src/stored/Makefile.in index 9c7a8eafd0..27b104bea5 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.4 b/bacula/technotes-2.4 index a5b487c98e..9fb353021a 100644 --- a/bacula/technotes-2.4 +++ b/bacula/technotes-2.4 @@ -2,6 +2,7 @@ General: 28Aug08 +ebl Remove catalog dependency for bcopy ebl Modify catalog scripts to have an easier packaging integration, using default variables. Make difference between SQLite3 and SQLite in db_get_type()