summaryrefslogtreecommitdiff
path: root/packages/php/php-5.0.5/endianness.patch
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-10-11 04:32:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-11 04:32:46 +0000
commit27276da79d08bd88360ecde39db40d60d4ade820 (patch)
treebecbc49bcb23bf95a813fa1eb86c4caf352124c4 /packages/php/php-5.0.5/endianness.patch
parentb129daef2319b67bd58fa9b5dd2da1d12aabd576 (diff)
php: Add version 5.0.5 and 2 patches for it
- the current libxml2 build will not allow PHP5 to compile. --without-schemas has to be removes
Diffstat (limited to 'packages/php/php-5.0.5/endianness.patch')
-rw-r--r--packages/php/php-5.0.5/endianness.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/php/php-5.0.5/endianness.patch b/packages/php/php-5.0.5/endianness.patch
new file mode 100644
index 0000000000..0231727c33
--- /dev/null
+++ b/packages/php/php-5.0.5/endianness.patch
@@ -0,0 +1,10 @@
+--- php-5.0.5/Zend/zend_strtod.c~ 2005-10-10 19:58:06.000000000 -0700
++++ php-5.0.5/Zend/zend_strtod.c 2005-10-10 20:21:35.000000000 -0700
+@@ -130,6 +130,7 @@
+ * but the word order is big endian.
+ */
+ #define IEEE_BIG_ENDIAN
++#undef IEEE_LITTLE_ENDIAN
+ #endif
+
+ #ifdef __vax__