COMP: Update VTK to fix hdf5 build error on system with glibc >= 2.19
//--------------
Author: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Date: Sat Feb 7 20:59:51 2015 -0500
vtkhdf5: Fix build error when building on system with glic >= 2.19
A topic has been pushed on VTK gerrit: http://review.source.kitware.com/#/c/
As described in [1], since _BSD_SOURCE has been deprecated,
_DEFAULT_SOURCE should now be used.
This commit fixes the following build error happening when buiding
on Ubuntu 14.04 LTS (with gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2,
GNU C Library (Ubuntu EGLIBC 2.19-0ubuntu6.5)):
$ make H5detect
[...]
/home/jcfr/Projects/Slicer-Release/VTKv6/ThirdParty/hdf5/vtkhdf5/src/H5detec
static H5JMP_BUF jbuf_g;
[1] http://www.sourceware.org/ml/glibc-cvs/2014-q1/msg00252.html
//--------------
git-svn-id: http://svn.slicer.org/Slicer4/trunk@23967 3bd1e089-480b-0410-8dfb-8563597acbee |