From 6a6210348faeefdf1e0c49e84b32dc00c16d6dfe Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 14 Jun 2016 14:31:32 +0200 Subject: htop: cleanup prepare stage Based on a patch from Ladislav Michl Signed-off-by: Michael Olbrich --- rules/htop.make | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'rules/htop.make') diff --git a/rules/htop.make b/rules/htop.make index b3719e598..ed9059795 100644 --- a/rules/htop.make +++ b/rules/htop.make @@ -30,11 +30,6 @@ HTOP_LICENSE := GPL-2.0 # Prepare # ---------------------------------------------------------------------------- -HTOP_CONF_ENV := \ - $(CROSS_ENV) \ - ac_cv_file__proc_stat=yes \ - ac_cv_file__proc_meminfo=yes - # # autoconf # @@ -42,6 +37,8 @@ HTOP_CONF_TOOL := autoconf HTOP_CONF_OPT := \ $(CROSS_AUTOCONF_USR) \ --enable-proc \ + --enable-cgroup \ + --enable-taskstats \ --enable-linux-affinity \ --disable-unicode -- cgit v1.2.3