From b0b8eb1a798470d80e5dd9f6127cec24f327fb3a Mon Sep 17 00:00:00 2001 From: topazus Date: Wed, 8 Feb 2023 20:35:21 +0800 Subject: [PATCH] fix and update the configure options --- htop.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/htop.spec b/htop.spec index 40d0244..04a7c47 100644 --- a/htop.spec +++ b/htop.spec @@ -17,6 +17,9 @@ BuildRequires: python BuildRequires: libtool BuildRequires: make BuildRequires: lm_sensors-devel +BuildRequires: hwloc-devel +BuildRequires: libcap-devel +BuildRequires: libnl3-devel %description htop is an interactive text-mode process viewer for Linux, similar to @@ -35,10 +38,11 @@ autoreconf -vfi %configure \ --enable-openvz \ --enable-vserver \ - --enable-taskstats \ + --enable-hwloc \ --enable-unicode \ - --with-sensors \ - --enable-cgroup + --enable-sensors \ + --enable-delayacct \ + --enable-capabilities %make_build