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

1234567891011121314151617181920212223242526272829303132333435
  1. From b719314d201a3e9e1e57c65746a468c47bfc847f 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. ---
  13. Makefile.in | 4 ++--
  14. 1 file changed, 2 insertions(+), 2 deletions(-)
  15. diff --git a/Makefile.in b/Makefile.in
  16. index af5938b..e6d5247 100644
  17. --- a/Makefile.in
  18. +++ b/Makefile.in
  19. @@ -265,7 +265,7 @@ braille.h
  20. viewport.o: layout.h viewport.h canvas.h viewport.c config.h screen.h os.h osdef.h ansi.h acls.h \
  21. comm.h layer.h term.h image.h display.h window.h extern.h \
  22. braille.h
  23. -list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h
  24. -list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h
  25. +list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h comm.h
  26. +list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h comm.h
  27. list_window.o: list_generic.h list_window.c window.h layer.h screen.h osdef.h comm.h
  28. --
  29. 2.17.1