summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sudo/sudo-1.6.7p5/nonrootinstall.patch0
-rw-r--r--sudo/sudo_1.6.7p5.oe14
2 files changed, 14 insertions, 0 deletions
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
--- /dev/null
+++ b/sudo/sudo-1.6.7p5/nonrootinstall.patch
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
+}