Skip to content

Commit

Permalink
[freebsd] Recognize FreeBSD 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
glebius committed Mar 23, 2024
1 parent 003c846 commit 5233d10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,11 @@ case $LSOF_TGT in # {
LSOF_TSTBIGF=" "
LSOF_VERS=14000
;;
15*)
LSOF_CFGL="$LSOF_CFGL -lutil"
LSOF_TSTBIGF=" "
LSOF_VERS=15000
;;
*)
echo Unknown FreeBSD release: `uname -r`
rm -f $LSOF_HLP
Expand Down

0 comments on commit 5233d10

Please sign in to comment.