diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
54 | Note: 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 | ||
55 | RPM | 58 | RPM |
56 | --- | 59 | --- |