[PATCH 2/4] packages/lang/php5: Remove uts domain patch
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 22 Jan 2010 01:09:20 +0000 (01:09 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 22 Jan 2010 01:09:20 +0000 (01:09 +0000)
This patch removes the domain name patch for the new php version 5.3.1 as
it doesn't apply anymore.
Signed-off-by: Michael Heimpold <michael.heimpold@s2000.tu-chemnitz.de>
SVN-Revision: 19267

lang/php5/patches/002-uts_domainname.patch

index 3c7a66ec03ac94bdded815062a733d08014b2f2d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,13 +0,0 @@
-Index: php-5.2.4/ext/posix/posix.c
-===================================================================
---- php-5.2.4.orig/ext/posix/posix.c   2007-09-02 12:24:45.000000000 +0200
-+++ php-5.2.4/ext/posix/posix.c        2007-09-02 12:24:45.000000000 +0200
-@@ -468,7 +468,7 @@
-       add_assoc_string(return_value, "version",  u.version,  1);
-       add_assoc_string(return_value, "machine",  u.machine,  1);
- #ifdef _GNU_SOURCE
--      add_assoc_string(return_value, "domainname", u.domainname, 1);
-+      add_assoc_string(return_value, "domainname", u.__domainname, 1);
- #endif
- }
- /* }}} */