From 1e0c7589c0b2995c4f464d68813ae02a603150e4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 21 Oct 2008 21:02:45 +0000 Subject: [PATCH] Add new binutils patch from James git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7871 91ce42f0-d328-0410-95d8-f526ca767f89 --- .../patches/binutils_texinfo_version.patch | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bacula/src/win32/patches/binutils_texinfo_version.patch diff --git a/bacula/src/win32/patches/binutils_texinfo_version.patch b/bacula/src/win32/patches/binutils_texinfo_version.patch new file mode 100644 index 0000000000..01100e9abe --- /dev/null +++ b/bacula/src/win32/patches/binutils_texinfo_version.patch @@ -0,0 +1,31 @@ +diff -Nur binutils-2.16.91-20060119-1.orig/configure binutils-2.16.91-20060119-1.patched/configure +--- binutils-2.16.91-20060119-1.orig/configure 2006-01-19 04:57:59.000000000 +0000 ++++ binutils-2.16.91-20060119-1.patched/configure 2008-10-04 02:43:58.768687939 +0000 +@@ -3549,7 +3549,7 @@ + # For an installed makeinfo, we require it to be from texinfo 4.2 or + # higher, else we use the "missing" dummy. + if ${MAKEINFO} --version \ +- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then ++ | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.1[0-9]|[5-9])' >/dev/null 2>&1; then + : + else + MAKEINFO="$MISSING makeinfo" +diff -Nur binutils-2.16.91-20060119-1.orig/gas/Makefile.in binutils-2.16.91-20060119-1.patched/gas/Makefile.in +--- binutils-2.16.91-20060119-1.orig/gas/Makefile.in 2006-01-19 04:59:26.000000000 +0000 ++++ binutils-2.16.91-20060119-1.patched/gas/Makefile.in 2008-10-04 03:13:51.380719189 +0000 +@@ -3266,6 +3266,7 @@ + .PHONY: dep dep-in dep-am + #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. + app.o: app.c $(INCDIR)/symcat.h ++ $(COMPILE) -c $< $(NO_WERROR) + as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ + output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h \ + $(INCDIR)/elf/dwarf2.h $(BFDVER_H) +@@ -3302,6 +3303,7 @@ + read.o: read.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \ + subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \ + dw2gencfi.h $(INCDIR)/elf/dwarf2.h ++ $(COMPILE) -c $< $(NO_WERROR) + sb.o: sb.c sb.h $(INCDIR)/symcat.h + stabs.o: stabs.c $(INCDIR)/symcat.h $(INCDIR)/obstack.h \ + subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def -- 2.39.5