sudo: use hardcoded /var/lib instead of getting from compiling host Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>

This commit is contained in:
Julen Landa Alustiza 2014-12-17 12:56:46 +01:00 committed by Steven Barth
parent d2164b89cb
commit 912744785b
1 changed files with 3 additions and 1 deletions

View File

@ -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 \