Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.5.13
:
extensions
>
php5-timezonedb
> timezonedb-2007.8-location.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File timezonedb-2007.8-location.patch of Package php5-timezonedb
Index: config.m4 =================================================================== --- config.m4.orig 2007-10-11 14:55:06.000000000 -0400 +++ config.m4 2007-10-11 18:29:37.000000000 -0400 @@ -8,5 +8,5 @@ if test "$PHP_timezonedb" != "no"; then PHP_SUBST(TIMEZONEDB_SHARED_LIBADD) PHP_NEW_EXTENSION(timezonedb, timezonedb.c, $ext_shared) CPPFLAGS="$CPPFLAGS -Wall" - INCLUDES="$INCLUDES -I$prefix/include/php/ext/date/lib" + INCLUDES="$INCLUDES -I$prefix/include/php5/ext/date/lib" fi