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

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

index 9c7a8eafd072caac69d0b7682eec425b93d784f9..27b104bea5141adb20cf2491cc7892b7d7656107 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 a5b487c98e74cf22975e11ecfb18d2e6d64a3a6f..9fb353021a3a761957de3cfe2a7f57e4c814adcd 100644 (file)
@@ -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()