1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00

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

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 \