diff options
author | Simon Dawson <spdawson@gmail.com> | 2012-06-20 22:45:04 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-23 09:33:24 +0200 |
commit | 463ffd9ee401d4fcff0883735db38c873be1d9a0 (patch) | |
tree | b614e4a3dcad00b161f55f2ffeb7bd2d1162089d /package/libnfc | |
parent | 27c9d826ffca35ddec8355095d3b3682ed7d04c3 (diff) | |
download | buildroot-novena-463ffd9ee401d4fcff0883735db38c873be1d9a0.tar.gz buildroot-novena-463ffd9ee401d4fcff0883735db38c873be1d9a0.zip |
sudo: fix install
Running sudo on the target fails with the following errors.
sudo: /usr/libexec/sudoers.so: No such file or directory
sudo: fatal error, unable to load plugins
The problem is that the installation of the sudo package is broken. This patch
replaces the hand-crafted install rule with the default AUTOTARGETS install.
Unfortunately, the default install fails because it includes a step that
invokes the cross-compiled visudo binary. A patch is provided here to disable
this visudo invocation, which is for sanity checking only. This local patch is
a backport of upstream commit 8209:0c4e3f68b2f5; the real fix will be in the
1.8.6 release of sudo.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libnfc')
0 files changed, 0 insertions, 0 deletions