From 77d03707d943820245b5f1fa5850b6dec13552b6 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 14 Aug 2017 12:25:07 +0200 Subject: [PATCH] docs: add --enable-programs to TODO Signed-off-by: Karel Zak --- Documentation/TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/TODO b/Documentation/TODO index 0a8bf2e8ba..012a000fc2 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -1,6 +1,16 @@ Note that items with (!) have high priority. +build-sys +--------- + - for example + ./configure --disable-all-programs --enable-hwclock + + enables only hwclock, unfortunately we have no --enable/disable for all programs. + It would be nice to have generic --enable-programs , for example: + + ./configure --disable-all-programs --enable-programs hwclock,lsblk + su/runuser ---------- - (!) implement pty container for all su/runuser session (something like -- 2.47.3