Adding serial build of hdf5 version 1.8.13
[unleashed-userland.git] / components / scientific / hdf5 / patches / hdf5-01-config-solaris2.x.patch
blob5ff27af3fe0f86a86d5bddb7c4e67fd895f04378
1 --- ./config/solaris2.x.orig 2012-11-15 16:22:28.394091724 +0100
2 +++ ./config/solaris2.x 2012-11-15 16:22:54.408998345 +0100
3 @@ -105,7 +105,7 @@
5 # Try solaris native compiler flags
6 if test -z "$cxx_flags_set"; then
7 - H5_CXXFLAGS="$H5_CXXFLAGS -instances=static"
8 + H5_CXXFLAGS="$H5_CXXFLAGS "
9 H5_CPPFLAGS="$H5_CPPFLAGS -LANG:std"
10 # -g produces rather slow code. "-g -O" produces much faster code with some
11 # loss of debugger functions such as not able to print local variables.