[PATCH 2/4] packages/lang/php5: Remove uts domain patch

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>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@19267 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-01-22 01:09:20 +00:00
parent 74c87930e2
commit b121baf46c

View 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
}
/* }}} */