Blame SOURCES/lsof-tirpc.patch

95c817
--- lsof_4.91-rh/Configure.orig	2018-05-22 15:54:57.275682247 +0200
95c817
+++ lsof_4.91-rh/Configure	2018-05-22 15:55:22.314556548 +0200
95c817
@@ -2945,7 +2945,7 @@ return(0); }
95c817
 
95c817
     # Test for <rpc/rpc.h>.
95c817
 
95c817
-    if ! test -r ${LSOF_INCLUDE}/rpc/rpc.h	# {
95c817
+    if ! test -r ${LSOF_INCLUDE}/tirpc/rpc/rpc.h	# {
95c817
     then
95c817
       LSOF_CFGF="$LSOF_CFGF -DHASNORPC_H"
95c817
     fi	# }