[Pkg-php-commits] r1074 - php4/branches/etch/debian/patches

Thijs Kinkhorst thijs at alioth.debian.org
Wed May 14 21:28:08 UTC 2008


Author: thijs
Date: 2008-05-14 21:28:07 +0000 (Wed, 14 May 2008)
New Revision: 1074

Added:
   php4/branches/etch/debian/patches/138-fix-ia64-build-failure.patch
Log:
add patch to fix build failure on ia64, as suggested by Moritz M?\195?\188hlenhoff


Added: php4/branches/etch/debian/patches/138-fix-ia64-build-failure.patch
===================================================================
--- php4/branches/etch/debian/patches/138-fix-ia64-build-failure.patch	                        (rev 0)
+++ php4/branches/etch/debian/patches/138-fix-ia64-build-failure.patch	2008-05-14 21:28:07 UTC (rev 1074)
@@ -0,0 +1,11 @@
+diff -Nur php4-4.4.4.orig/ext/session/session.c php4-4.4.4/ext/session/session.c
+--- php4-4.4.4.orig/ext/session/session.c	2006-08-01 10:33:13.000000000 +0200
++++ php4-4.4.4/ext/session/session.c	2008-05-14 23:01:25.000000000 +0200
+@@ -45,6 +45,7 @@
+ #include "ext/standard/php_rand.h"                   /* for RAND_MAX */
+ #include "ext/standard/info.h"
+ #include "ext/standard/php_smart_str.h"
++#include "ext/standard/url.h"
+ 
+ #include "mod_files.h"
+ #include "mod_user.h"




More information about the Pkg-php-commits mailing list