From 167b848777ae42fd23ffb35a1749dae45cfd061b Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 1 Nov 2018 16:36:42 -0700 Subject: Fix the location for elf2flt patches ... after the git version numbering was adjusted. Signed-off-by: Alexey Neyman --- .../elf2flt/git-6d80ab6c/0000-diagnostics.h.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch (limited to 'packages/elf2flt/git-6d80ab6c') diff --git a/packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch b/packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch new file mode 100644 index 00000000..b74a0ac2 --- /dev/null +++ b/packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch @@ -0,0 +1,30 @@ +commit 2c8ab83ec84662f4916b5237da3e4330956a32eb +Author: Alexey Neyman +Date: Sat Sep 29 13:12:08 2018 -0700 + + Create symlink to in bfd-headers + + Included by . + + Signed-off-by: Alexey Neyman + +diff --git a/Makefile.in b/Makefile.in +index cfad06c..8162cba 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -123,11 +123,14 @@ sinclude .deps + $(CC) -MM $(CPPFLAGS) $(srcdir)/*.c > .deps + + ++# Not all versions of binutils have all these headers, some may end up ++# as dangling symlinks + bfd-headers/.stamp: + rm -rf bfd-headers + mkdir bfd-headers + ln -sf $(BFD_INCLUDE_DIR)/bfd.h bfd-headers/bfd.h +- for f in ansidecl filenames hashtab libiberty symcat; do \ ++ ln -sf $(BFD_INCLUDE_DIR)/diagnostics.h bfd-headers/diagnostics.h ++ for f in ansidecl filenames hashtab libiberty symcat diagnostics; do \ + ln -sf $(BINUTILS_INCLUDE_DIR)/$$f.h bfd-headers/$$f.h || exit 1; \ + done + ln -sf $(BINUTILS_INCLUDE_DIR)/elf bfd-headers/elf -- cgit v1.2.3