From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/3] sudo: add missing run-time dependencies
Date: Thu, 28 Sep 2017 10:37:04 +0200 [thread overview]
Message-ID: <20170928083705.13357-2-jbe@pengutronix.de> (raw)
In-Reply-To: <20170928083705.13357-1-jbe@pengutronix.de>
libutil and libdl must be present at run-time.
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
---
rules/sudo.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/sudo.in b/rules/sudo.in
index f3531425f..154be73d0 100644
--- a/rules/sudo.in
+++ b/rules/sudo.in
@@ -3,6 +3,8 @@ menuconfig SUDO
tristate
prompt "sudo "
select LIBC_CRYPT
+ select LIBC_UTIL
+ select LIBC_DL
help
Sudo is a program designed to allow a sysadmin
to give limited root privileges to users and log
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2017-09-28 8:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-28 8:37 [ptxdist] [PATCH 1/3] sudo: provide 'sudoers.d' for individual user files Juergen Borleis
2017-09-28 8:37 ` Juergen Borleis [this message]
2017-09-28 8:37 ` [ptxdist] [PATCH 3/3] sudo: force the system zlib Juergen Borleis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170928083705.13357-2-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox