From: Julen Landa Alustiza Date: Wed, 17 Dec 2014 11:56:46 +0000 (+0100) Subject: sudo: use hardcoded /var/lib instead of getting from compiling host Signed-off-by... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=912744785bff0ebc3bd672e69858a86a36478c0f;p=openwrt-packages.git sudo: use hardcoded /var/lib instead of getting from compiling host Signed-off-by: Julen Landa Alustiza --- 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 \