• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libpng/0001-Disable-pngfix-and-png-fix-itxt.patch
Julien BOIBESSOTJulien BOIBESSOT committed 1cd3e4bf8a007 Sep 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
​
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.
9
​
10
[Julien: update for 1.6.25]
11
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
12
​
13
Signed-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
​
19
diff --git a/Makefile.am b/Makefile.am
20
index 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,
32
diff --git a/Makefile.in b/Makefile.in
33
index 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
-- 
46
2.7.3
47
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.