]> git.pld-linux.org Git - packages/hdf.git/blame - hdf-tirpc.patch
- added opt patch (don't override optimization)
[packages/hdf.git] / hdf-tirpc.patch
CommitLineData
4f4ee6d0
JB
1--- hdf-4.2.15/configure.ac.orig 2020-11-11 21:29:50.130673804 +0100
2+++ hdf-4.2.15/configure.ac 2020-11-11 22:31:12.350725506 +0100
3@@ -701,6 +701,7 @@
4 if test -z "$HAVE_OLDRPC" ; then
5 LIBS="$LIBS -ltirpc"
6 CPPFLAGS="$SYSCPPFLAGS -I/usr/include/tirpc"
7+ unset ac_cv_header_rpc_rpc_h
8 AC_CHECK_HEADER([rpc/rpc.h],[:], [unset HAVE_TIRPC])
9 if test -z "$HAVE_TIRPC" ; then
10 CPPFLAGS="$SYSCPPFLAGS"
This page took 0.087277 seconds and 4 git commands to generate.