From: Etienne Champetier Date: Mon, 4 Oct 2021 02:11:08 +0000 (-0400) Subject: htop: explicitly disable some build options X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=253e3f558c9d5d6ee43a7e870ef60f8a1c0c80c7;p=openwrt-packages.git 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 5f916720551ad5ea5ac86cf5e122fc2c0c34cc15 Signed-off-by: Etienne Champetier --- diff --git a/admin/htop/Makefile b/admin/htop/Makefile index e2db3847e..179863ad5 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -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