From 1d81438b24932cd789b3cd3398129a12e2dfef3e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 20 Sep 2014 18:34:38 +0000 Subject: Change _XOPEN_SOURCE 600 to 500 git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2287 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/HISTORY b/doc/HISTORY index ae99cd46..405d0a4c 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -41,6 +41,13 @@ not yet BJH Release 10.68.00 _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: change _XOPEN_SOURCE from 600 back to 500 in + jpeg2ktopam.c and pamtojpeg2k.c. It was changed from 500 to 600 + in Netpbm 10.41 (December 2007), reportedly to get int_fast32_t, + etc. defined on AIX, but other files that use int_fast32_t + don't have it today, so that must be wrong. See above for the + drawback of 600. + Build: fix undefined symbols in fiasco converters with static libraries. -- cgit 1.4.1