I have a few patches the project might consider. These are copy/pasted, so they might not apply nicely, sorry.
I mention these patches specifically because we’ve been applying patches such
as this in FreeBSD for some time now. With the release of Bacula 7.0, I noticed
that many such patches were no longer required as they had been adopted in the
Bacula source. However, the following two items remained different.
I bring them to your attention in case they were overlooked and they should
also have been changed.
--- /var/ports/root/bacula7-server/work/bacula-7.0.0/src/lib/Makefile.in~
2014-03-30 18:15:27.000000000 +0000
+++ /var/ports/root/bacula7-server/work/bacula-7.0.0/src/lib/Makefile.in
2014-03-30 18:21:26.924700755 +0000
@@ -130,7 +130,7 @@
libbacpy.la: Makefile $(LIBBACPY_LOBJS)
@echo "Making $@ ..."
- $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@
$(LIBBACPY_LOBJS) -export-dynamic -rpath $(libdir) -release
$(LIBBACPY_LT_RELEASE) $(OPENSSL_LIBS) $(LIBS)
+ $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@
$(LIBBACPY_LOBJS) -export-dynamic -rpath $(libdir) -version-info
$(LIBBACPY_LT_RELEASE:S/./:/g:S/12/0/g) $(OPENSSL_LIBS) $(LIBS)
Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
cd $(topdir) \
--- /var/ports/root/bacula7-server/work/bacula-7.0.0/src/filed/Makefile.in~
2014-03-29 09:00:03.000000000 +0000
+++ /var/ports/root/bacula7-server/work/bacula-7.0.0/src/filed/Makefile.in
2014-03-30 18:14:55.991701236 +0000
@@ -95,7 +95,7 @@
static-bacula-fd: Makefile $(SVROBJS) ../findlib/libbacfind.a
../lib/libbacpy$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE)
../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -static -L../lib
-L../findlib -o $@ $(SVROBJS) \
$(WIN32LIBS) $(FDLIBS) $(ZLIBS) -lbacfind -lbacpy -lbaccfg -lbac -lm
$(LIBS) \
- $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS)
$(AFS_LIBS) $(LZO_LIBS)
+ $(DLIB) $(WRAPLIBS) $(GETTEXT_LIBS:S/.so/.a/g) $(OPENSSL_LIBS)
$(CAP_LIBS) $(AFS_LIBS) $(LZOLIBS)
strip $@
--
Dan Langille - http://langille.org
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------
_______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
