mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
FreeBSD: implement Platform_getDiskIO()
This commit is contained in:

committed by
cgzones

parent
c91061c84b
commit
c2fdfd99eb
@ -102,6 +102,9 @@ CFLAGS="$save_cflags"
|
||||
# Add -lexecinfo if needed
|
||||
AC_SEARCH_LIBS([backtrace], [execinfo])
|
||||
|
||||
# Add -ldevstat if needed
|
||||
AC_SEARCH_LIBS([devstat_checkversion], [devstat])
|
||||
|
||||
# Checks for features and flags.
|
||||
# ----------------------------------------------------------------------
|
||||
PROCDIR=/proc
|
||||
|
Reference in New Issue
Block a user