From ee4d08118601377c7012c80c9e0d91e9555bebdd Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 19 Jan 2010 20:21:13 +0000 Subject: [PATCH] try to fix building against latest JPEG library --- php/php.patch | 11 +++++++++++ php/php.spec | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/php/php.patch b/php/php.patch index 8fcb2c74ac..108f9bb130 100644 --- a/php/php.patch +++ b/php/php.patch @@ -16,3 +16,14 @@ Index: ext/gd/libgd/gd_arc.c +#endif +Index: ext/gd/libgd/gd_compat.c +--- ext/gd/libgd/gd_compat.c.orig 2009-08-09 15:15:45 +0200 ++++ ext/gd/libgd/gd_compat.c 2010-01-19 21:20:30 +0100 +@@ -5,6 +5,7 @@ + #endif + + #ifdef HAVE_GD_JPG ++# include + # include + #endif + diff --git a/php/php.spec b/php/php.spec index 607ec6d9d2..f932150cce 100644 --- a/php/php.spec +++ b/php/php.spec @@ -38,7 +38,7 @@ Class: BASE Group: Language License: PHP Version: %{V_php} -Release: 20100110 +Release: 20100119 # package options %option with_suhosin no