Browse Source

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

lilik-openwrt-22.03
Julen Landa Alustiza 10 years ago
committed by Steven Barth
parent
commit
912744785b
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      admin/sudo/Makefile

+ 3
- 1
admin/sudo/Makefile 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 \


Loading…
Cancel
Save