summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-15 15:47:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-15 16:14:27 +0000
commit875b81ec6f6fbbaa4801807c00da00c567caaa95 (patch)
tree37578e5b298482e68fdb877c9794cbefd84ea05e /external
parent20339900683f0d29f5235ebd494e29bc62b053fd (diff)
use upstream arm fix
https://github.com/libjpeg-turbo/libjpeg-turbo/commit/dfefba77520ded5c5fd4864e76352a5f3eb23e74 Change-Id: I2a5d318ecf91bb576e888aa4d604d1a4ab24271e
Diffstat (limited to 'external')
-rw-r--r--external/jpeg-turbo/jpeg-turbo.arm_build.patch.113
1 files changed, 3 insertions, 10 deletions
diff --git a/external/jpeg-turbo/jpeg-turbo.arm_build.patch.1 b/external/jpeg-turbo/jpeg-turbo.arm_build.patch.1
index 66acb5298513..dbd449ef4b33 100644
--- a/external/jpeg-turbo/jpeg-turbo.arm_build.patch.1
+++ b/external/jpeg-turbo/jpeg-turbo.arm_build.patch.1
@@ -1,18 +1,11 @@
diff -ur jpeg.org/Makefile.am jpeg/Makefile.am
--- jpeg.org/jmemmgr.c 2017-03-15 14:29:29.286587049 +0000
+++ jpeg/jmemmgr.c 2017-03-15 14:31:21.096378506 +0000
-@@ -27,12 +27,13 @@
- * memory then you shouldn't care about a little bit of unused code...)
- */
-
-+#include <stdint.h>
-+
- #define JPEG_INTERNALS
- #define AM_MEMORY_MANAGER /* we define jvirt_Xarray_control structs */
- #include "jinclude.h"
+@@ -33,6 +33,7 @@
#include "jpeglib.h"
#include "jmemsys.h" /* import the system-dependent declarations */
--#include <stdint.h>
+ #include <stdint.h>
++#include <limits.h>
#ifndef NO_GETENV
#ifndef HAVE_STDLIB_H /* <stdlib.h> should declare getenv() */