summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.patch b/config.patch
new file mode 100644
index 000000000000..c764923861f8
--- /dev/null
+++ b/config.patch
@@ -0,0 +1,14 @@
+diff --git a/src/hdf-4.2.13/configure.ac b/src/hdf-4.2.13/configure.ac
+index 3030bad..6d7f654 100644
+--- a/src/hdf-4.2.13/configure.ac
++++ b/src/hdf-4.2.13/configure.ac
+@@ -685,6 +685,9 @@ case "$host" in
+ *-pc-cygwin*)
+ LIBS="$LIBS -ltirpc"
+ CPPFLAGS="$CPPFLAGS -I/usr/include/tirpc" ;;
++ *-linux-gnu*)
++ LIBS="$LIBS -ltirpc"
++ CPPFLAGS="$CPPFLAGS -I/usr/include/tirpc" ;;
+ *) ;;
+ esac
+