diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-16 07:33:45 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-16 07:33:45 +0000 |
commit | 59ed852db39b2d4935aaaba6a7bce7fc8fb6abaf (patch) | |
tree | a4b5b0ecc871285fa34147e8a0d9da496f52fad8 /packages/sudo/sudo_1.6.8p12.bb | |
parent | 27b8b3a5bc33b8c6bce70841bf2734c5c18baa9c (diff) |
sudo 1.6.8p12: Redo the long long autoconf macros using what is in the
current sudo cvs, the previous version wasn't really correct. Should
close #1462.
Diffstat (limited to 'packages/sudo/sudo_1.6.8p12.bb')
-rw-r--r-- | packages/sudo/sudo_1.6.8p12.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/sudo/sudo_1.6.8p12.bb b/packages/sudo/sudo_1.6.8p12.bb index fa20fc6feb..a2e8f86314 100644 --- a/packages/sudo/sudo_1.6.8p12.bb +++ b/packages/sudo/sudo_1.6.8p12.bb @@ -1,7 +1,9 @@ +PR = "r2" + SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ - file://nonrootinstall.patch;patch=1 \ + file://nonrootinstall.patch;patch=1 \ file://nostrip.patch;patch=1 \ - file://autofoo.patch;patch=1 \ - file://noexec-link.patch;patch=1" + file://autofoo.patch;patch=1 \ + file://noexec-link.patch;patch=1" require sudo.inc |