From 912744785bff0ebc3bd672e69858a86a36478c0f Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Wed, 17 Dec 2014 12:56:46 +0100 Subject: [PATCH] sudo: use hardcoded /var/lib instead of getting from compiling host Signed-off-by: Julen Landa Alustiza --- admin/sudo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index e0ce4e067..f64b1d4c9 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -47,7 +47,9 @@ CONFIGURE_ARGS+= \ --disable-pam-session \ --with-editor=/bin/vi \ --without-lecture \ - --disable-zlib + --disable-zlib \ + --with-rundir=/var/lib/sudo \ + --with-vardir=/var/lib/sudo CONFIGURE_VARS+= \ sudo_cv_uid_t_len=10 \