summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-08-11 19:46:36 +0930
committerMark Pulford <mark@kyne.com.au>2011-08-11 19:46:36 +0930
commit53baee1e33022fcba4d316b3952510c085173e02 (patch)
treeaed27e186b05a3bd8e5e2cec48095527fc29143c /README
parent1fc923da45731b39e6aea9f50543cd7e8b0e4ad8 (diff)
downloadlua-cjson-53baee1e33022fcba4d316b3952510c085173e02.tar.gz
lua-cjson-53baee1e33022fcba4d316b3952510c085173e02.tar.bz2
lua-cjson-53baee1e33022fcba4d316b3952510c085173e02.zip
Add work around for missing isinf() on Solaris
Some versions of Solaris (Eg, Solaris 11 / GCC 3.4.3) are missing isinf(). Provide a work around when MISSING_ISINF is defined. Reported by: Zhang "agentzh" Yichun <agentzh@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index b849b92..d080ce3 100644
--- a/README
+++ b/README
@@ -51,6 +51,9 @@ Review and update the included Makefile to suit your platform. Then:
51 OR 51 OR
52 # cp cjson.so [your_module_directory] 52 # cp cjson.so [your_module_directory]
53 53
54Note: Some Solaris platforms are missing isinf(). You can work around
55 this bug by adding -DMISSING_ISINF to CFLAGS in the Makefile.
56
54 57
55RPM 58RPM
56--- 59---