diff --git a/utils/lsof/patches/003-lsof_selinux.patch b/utils/lsof/patches/003-lsof_selinux.patch index 7cfcb4024..c74c1e3f9 100644 --- a/utils/lsof/patches/003-lsof_selinux.patch +++ b/utils/lsof/patches/003-lsof_selinux.patch @@ -5,7 +5,7 @@ fi # } fi # } - if test $LSOF_TMP1 -eq 1 # { -+ if 0 -eq 1 # { ++ if test 0 -eq 1 # { then LSOF_CFGF="$LSOF_CFGF -DHASSELINUX" LSOF_CFGL="$LSOF_CFGL -lselinux"