From 53baee1e33022fcba4d316b3952510c085173e02 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 11 Aug 2011 19:46:36 +0930 Subject: 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 --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') 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: OR # cp cjson.so [your_module_directory] +Note: Some Solaris platforms are missing isinf(). You can work around + this bug by adding -DMISSING_ISINF to CFLAGS in the Makefile. + RPM --- -- cgit v1.2.3-55-g6feb