mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 05:34:58 +04:00
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. Fixes5f91672055Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> (cherry picked from commit253e3f558c)
This commit is contained in:
committed by
Hannu Nyman
parent
97574e9de2
commit
c28d3dcb51
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user