summaryrefslogtreecommitdiffstats
path: root/rules/htop.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-14 14:31:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-14 14:31:32 +0200
commit6a6210348faeefdf1e0c49e84b32dc00c16d6dfe (patch)
treeb7f8e17a6d41a796c735ace0721aea463ad02a26 /rules/htop.make
parentb72f10434d76e09804b823773b45f6d01f433231 (diff)
downloadptxdist-6a6210348faeefdf1e0c49e84b32dc00c16d6dfe.tar.gz
ptxdist-6a6210348faeefdf1e0c49e84b32dc00c16d6dfe.tar.xz
htop: cleanup prepare stage
Based on a patch from Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/htop.make')
-rw-r--r--rules/htop.make7
1 files changed, 2 insertions, 5 deletions
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