From 03ac9e1b96c29cd1a6dcec5ce6a6b66977376080 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 2 Nov 2003 03:48:23 +0000 Subject: Fix the sudo non-root do_install. BKrev: 3fa47e87tmH9RPKIPgVGt0l_1LYXzw --- sudo/sudo-1.6.7p5/nonrootinstall.patch | 0 sudo/sudo_1.6.7p5.oe | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 sudo/sudo-1.6.7p5/nonrootinstall.patch (limited to 'sudo') diff --git a/sudo/sudo-1.6.7p5/nonrootinstall.patch b/sudo/sudo-1.6.7p5/nonrootinstall.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/sudo/sudo_1.6.7p5.oe b/sudo/sudo_1.6.7p5.oe index e69de29bb2..6d1f9cbabc 100644 --- a/sudo/sudo_1.6.7p5.oe +++ b/sudo/sudo_1.6.7p5.oe @@ -0,0 +1,14 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/nonrootinstall.patch;patch=1 + +inherit autotools + +do_configure_prepend () { + if [ ! -e acinclude.m4 ]; then + cat aclocal.m4 > acinclude.m4 + fi +} -- cgit v1.2.3