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