From bc5e1a952c7f5758d92e0dc2dbd38b25d0aead5f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 20 Sep 2014 17:54:51 +0000 Subject: correct explanation of 600->500 change git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2286 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/HISTORY') diff --git a/doc/HISTORY b/doc/HISTORY index 635a3942..ae99cd46 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -36,11 +36,10 @@ not yet BJH Release 10.68.00 not get defined. But this is apparently a bug in Mac OSX, since X/Open 500 does have strdup. Furthermore, many other Netpbm files use strdup and apparently compile OK on Mac OSX without - 600. Finally, we have a report now that on SunOS with a non-C99 - compiler, _XOPEN_SOURCE 600 actually removes things from libc - that these files need (no details). So we will go back to 500 - and if the problem on Mac OSX gets reported again, we will look - more deeply. + 600. Finally, we see today that Illumos system header files + deliberately kill the compilation if the compiler is pre-C99 and + _XOPEN_SOURCE is 600. So we go back to 500 and if the problem + on Mac OSX gets reported again, we will look more deeply. Build: fix undefined symbols in fiasco converters with static libraries. -- cgit 1.4.1