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
6 Disable the new pngfix and png-fix-itxt tools: they take up space, fail
7 to build on some oddball toolchain configurations and aren't
8 expected/needed in a non-interactive embedded system.
10 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
14 2 files changed, 2 insertions(+), 2 deletions(-)
16 diff --git a/Makefile.am b/Makefile.am
17 index 7212951..3430dca 100644
20 @@ -18,7 +18,7 @@ check_PROGRAMS += timepng
23 # Utilities - installed
24 -bin_PROGRAMS= pngfix png-fix-itxt
27 # This ensures that pnglibconf.h gets built at the start of 'make all' or
28 # 'make check', but it does not add dependencies to the individual programs,
29 diff --git a/Makefile.in b/Makefile.in
30 index a66f6aa..4e67782 100644
33 @@ -104,7 +104,7 @@ check_PROGRAMS = pngtest$(EXEEXT) pngunknown$(EXEEXT) \
34 pngstest$(EXEEXT) pngvalid$(EXEEXT) pngimage$(EXEEXT) \
36 @HAVE_CLOCK_GETTIME_TRUE@am__append_1 = timepng
37 -bin_PROGRAMS = pngfix$(EXEEXT) png-fix-itxt$(EXEEXT)
39 @PNG_ARM_NEON_TRUE@am__append_2 = arm/arm_init.c\
40 @PNG_ARM_NEON_TRUE@ arm/filter_neon.S arm/filter_neon_intrinsics.c