summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-09-01 18:39:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-05 08:08:12 +0200
commit279fa6d69ab525190fe41a0f963cd39b600aaa29 (patch)
treea99d93f6485f77aff260646f7a9f86689eca6c3e /rules
parent8fa8473f4930cf1f4af577994b87841b0d20d21e (diff)
downloadptxdist-279fa6d69ab525190fe41a0f963cd39b600aaa29.tar.gz
ptxdist-279fa6d69ab525190fe41a0f963cd39b600aaa29.tar.xz
procps: fix configure flags
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/procps.make14
1 files changed, 13 insertions, 1 deletions
diff --git a/rules/procps.make b/rules/procps.make
index 9346636ce..23ae341a0 100644
--- a/rules/procps.make
+++ b/rules/procps.make
@@ -45,12 +45,24 @@ PROCPS_CONF_ENV := \
PROCPS_CONF_TOOL := autoconf
PROCPS_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
--enable-shared \
--disable-static \
--disable-nls \
--disable-rpath \
+ --disable-watch8bit \
+ --disable-libselinux \
+ --$(call ptx/endis, PTXCONF_PROCPS_PIDOF)-pidof \
--disable-kill \
- --$(call ptx/endis, PROCPS_TOP_MODERN)-modern-top \
+ --disable-skill \
+ --disable-examples \
+ --disable-sigwinch \
+ --disable-wide-percent \
+ --enable-wide-memory \
+ --$(call ptx/endis, PTXCONF_PROCPS_TOP_MODERN)-modern-top \
+ --disable-numa \
+ --disable-w-from \
+ --enable-whining \
--without-libiconv-prefix \
--without-libintl-prefix \
--$(call ptx/wwo, PTXCONF_PROCPS_USES_NCURSES)-ncurses \