summarylogtreecommitdiffstats
path: root/config.patch
blob: c764923861f8a527d9940137d9b4a8c2200d5760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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