From e479db78e83fc974bfc2c9a89973125371b87b82 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Fri, 1 Jul 2005 07:39:55 +0000 Subject: sudo: Added '--with-vi=/bin/vi' to EXTRA_OECONF to match the default location of vi in busybox. --- packages/sudo/sudo.inc | 2 +- packages/sudo/sudo_1.6.8p8.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/sudo') diff --git a/packages/sudo/sudo.inc b/packages/sudo/sudo.inc index 0cd18454ab..279d1e61ee 100644 --- a/packages/sudo/sudo.inc +++ b/packages/sudo/sudo.inc @@ -10,7 +10,7 @@ SECTION = "admin" inherit autotools -EXTRA_OECONF = "--with-env-editor" +EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" do_configure_prepend () { rm -f acsite.m4 diff --git a/packages/sudo/sudo_1.6.8p8.bb b/packages/sudo/sudo_1.6.8p8.bb index 53cd9e4821..087bcee541 100644 --- a/packages/sudo/sudo_1.6.8p8.bb +++ b/packages/sudo/sudo_1.6.8p8.bb @@ -5,4 +5,4 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ file://noexec-link.patch;patch=1" include sudo.inc -PR = "r2" +PR = "r3" -- cgit v1.2.3