htop: explicitly disable some build options
Since 3.1.0 delayacct option is enabled if the needed dependencies
are detected, it was previously disabled.
Sensors also check for dependency so we need to explicitly
disable it when not enabled.
Fixes 5f91672055
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
parent
baf556f0de
commit
253e3f558c
1 changed files with 3 additions and 2 deletions
|
@ -56,9 +56,10 @@ define Package/htop/config
|
|||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
$(if $(CONFIG_HTOP_LMSENSORS),--enable-sensors,) \
|
||||
--$(if $(CONFIG_HTOP_LMSENSORS),en,dis)able-sensors \
|
||||
--enable-affinity \
|
||||
--enable-capabilities=no \
|
||||
--disable-capabilities \
|
||||
--disable-delayacct \
|
||||
--disable-unicode \
|
||||
--disable-hwloc
|
||||
|
||||
|
|
Loading…
Reference in a new issue