0001-Disable-pngfix-and-png-fix-itxt.patch 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. From 60c3ee917c8e7a4760b1ef7c3dc2b44a615150d3 Mon Sep 17 00:00:00 2001
  2. From: Gustavo Zacarias <gustavo@zacarias.com.ar>
  3. Date: Thu, 26 May 2016 16:26:18 -0300
  4. Subject: [PATCH] Disable pngfix and png-fix-itxt
  5. Disable the new pngfix and png-fix-itxt tools: they take up space, fail
  6. to build on some oddball toolchain configurations and aren't
  7. expected/needed in a non-interactive embedded system.
  8. [Julien: update for 1.6.25]
  9. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
  10. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  11. ---
  12. Makefile.am | 2 +-
  13. Makefile.in | 2 +-
  14. 2 files changed, 2 insertions(+), 2 deletions(-)
  15. diff --git a/Makefile.am b/Makefile.am
  16. index 7212951..3430dca 100644
  17. --- a/Makefile.am
  18. +++ b/Makefile.am
  19. @@ -18,7 +18,7 @@ check_PROGRAMS += timepng
  20. endif
  21. # Utilities - installed
  22. -bin_PROGRAMS= pngfix png-fix-itxt
  23. +bin_PROGRAMS=
  24. # This ensures that pnglibconf.h gets built at the start of 'make all' or
  25. # 'make check', but it does not add dependencies to the individual programs,
  26. diff --git a/Makefile.in b/Makefile.in
  27. index a66f6aa..4e67782 100644
  28. --- a/Makefile.in
  29. +++ b/Makefile.in
  30. @@ -104,7 +104,7 @@ check_PROGRAMS = pngtest$(EXEEXT) pngunknown$(EXEEXT) \
  31. pngstest$(EXEEXT) pngvalid$(EXEEXT) pngimage$(EXEEXT) \
  32. pngcp$(EXEEXT) $(am__EXEEXT_1)
  33. @HAVE_CLOCK_GETTIME_TRUE@am__append_1 = timepng
  34. -bin_PROGRAMS = pngfix$(EXEEXT) png-fix-itxt$(EXEEXT)
  35. +bin_PROGRAMS =
  36. @PNG_ARM_NEON_TRUE@am__append_2 = arm/arm_init.c\
  37. @PNG_ARM_NEON_TRUE@ arm/filter_neon.S arm/filter_neon_intrinsics.c
  38. --
  39. 2.7.3