summaryrefslogtreecommitdiffstats
path: root/package/sudo/sudo-1.8.4p4-utmpx.patch
Commit message (Collapse)AuthorAgeFilesLines
* sudo: add fix for non-utmpx toolchainsGustavo Zacarias2012-03-301-0/+19
The utmpx defines for when the target systems lacks utmpx is incomplete, resulting in a build failure, so fix it. This can be triggered by a uClibc toolchain that lacks UTMPX in the configuration, or an older (<= 0.9.31) uClibc which lacks the functionality. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>