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 [Julien: update for 1.6.25]
11 Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
13 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
17 2 files changed, 2 insertions(+), 2 deletions(-)
19 diff --git a/Makefile.am b/Makefile.am
20 index 7212951..3430dca 100644
23 @@ -18,7 +18,7 @@ check_PROGRAMS += timepng
26 # Utilities - installed
27 -bin_PROGRAMS= pngfix png-fix-itxt
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,
32 diff --git a/Makefile.in b/Makefile.in
33 index a66f6aa..4e67782 100644
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)
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