0007-comm.h-needed-for-list_-display-generic-.o.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. From 8d8899b3ffd26d5049f8a9ccf12ff9ac65c352b4 Mon Sep 17 00:00:00 2001
  2. From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  3. Date: Wed, 3 Oct 2018 22:29:32 +0200
  4. Subject: [PATCH] comm.h needed for list_{display,generic}.o
  5. comm.h is needed to build list_display.o and list_generic.o otherwise
  6. parallel builds will sometimes fail
  7. Fixes:
  8. - http://autobuild.buildroot.org/results/43105f14857dbe72d8878fc7b3db67f7bdca93cc
  9. - http://autobuild.buildroot.org/results/47f4ecbec1355285633df287fc9c4e7cccde9378
  10. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  11. [Upstream status: https://savannah.gnu.org/bugs/index.php?54776]
  12. [Julien: rebase on top of 4.9.1]
  13. Signed-off-by: Julien Olivain <ju.o@free.fr>
  14. ---
  15. Makefile.in | 4 ++--
  16. 1 file changed, 2 insertions(+), 2 deletions(-)
  17. diff --git a/Makefile.in b/Makefile.in
  18. index 7082a3e..cd363b7 100644
  19. --- a/Makefile.in
  20. +++ b/Makefile.in
  21. @@ -349,7 +349,7 @@ layout.o: layout.h viewport.h canvas.h layout.c config.h screen.h os.h osdef.h a
  22. viewport.o: layout.h viewport.h canvas.h viewport.c config.h screen.h os.h osdef.h ansi.h acls.h \
  23. comm.h layer.h term.h image.h display.h window.h extern.h \
  24. braille.h
  25. -list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h
  26. -list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h
  27. +list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h comm.h
  28. +list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h comm.h
  29. list_window.o: list_generic.h list_window.c window.h layer.h screen.h osdef.h comm.h
  30. --
  31. 2.41.0