From: Bert Hubert Date: Fri, 1 Feb 2008 14:00:58 +0000 (+0000) Subject: Marcus Goller discovered we were instructing Solaris 10 users to set -DSOLARIS8 which... X-Git-Tag: rec-3.1.7.1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=463750534e7a3489a63f020490be95422affc9f3;p=pdns Marcus Goller discovered we were instructing Solaris 10 users to set -DSOLARIS8 which breaks things git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1124 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/README-recursor b/pdns/README-recursor index a8ea8a8a0..c3b9fa7be 100644 --- a/pdns/README-recursor +++ b/pdns/README-recursor @@ -39,7 +39,7 @@ $ CXXFLAGS=-I./boost_1_33_1/ make all PLATFORM SPECIFIC NOTES ----------------------- -When compiling on Solaris, use: +When compiling on Solaris 8, use: $ CPPFLAGS=-DSOLARIS8 ... gmake where ... stands for any possible CXXFLAGS or PROFILEFLAGS, see below.