diff options
author | Julen Landa Alustiza <julen@zokormazo.info> | 2014-12-17 12:56:46 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-12-17 14:45:07 +0100 |
commit | 912744785bff0ebc3bd672e69858a86a36478c0f (patch) | |
tree | e19bd60bd217f4ea4a05d062e07a8ed6dbd88ade | |
parent | d2164b89cbe1299e09a4a5dee49481a3e80892e2 (diff) |
sudo: use hardcoded /var/lib instead of getting from compiling host Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
-rw-r--r-- | admin/sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |