]> git.pld-linux.org Git - packages/hdf5.git/blob - hdf5-sig.patch
- updated to 1.8.9
[packages/hdf5.git] / hdf5-sig.patch
1 --- hdf5-1.8.5-patch1/configure.in.orig 2010-08-26 16:27:23.000000000 +0200
2 +++ hdf5-1.8.5-patch1/configure.in      2010-10-06 08:26:23.847742720 +0200
3 @@ -2086,10 +2086,15 @@
4  AC_CHECK_FUNCS(alarm BSDgettimeofday fork frexpf frexpl)
5  AC_CHECK_FUNCS(gethostname getpwuid getrusage lstat)
6  AC_CHECK_FUNCS(rand_r random setsysinfo)
7 -AC_CHECK_FUNCS(signal longjmp setjmp siglongjmp sigsetjmp sigprocmask)
8 +AC_CHECK_FUNCS(signal longjmp setjmp siglongjmp sigprocmask)
9  AC_CHECK_FUNCS(snprintf srandom strdup symlink system)
10  AC_CHECK_FUNCS(tmpfile vasprintf waitpid)
11  
12 +dnl cannot be detected in glibc by plain AC_CHECK_FUNCS
13 +AH_TEMPLATE([HAVE_SIGSETJMP], [Have sigsetjmp function])
14 +AC_CHECK_FUNC([sigsetjmp], [AC_DEFINE([HAVE_SIGSETJMP])],
15 +       [AC_CHECK_FUNC([__sigsetjmp], [AC_DEFINE([HAVE_SIGSETJMP])])])
16 +
17  dnl Check for vsnprintf() separately, so we can detect situations where it
18  dnl doesn't return the correct size for formatted strings that are too large
19  dnl for the buffer provided
This page took 0.067579 seconds and 3 git commands to generate.