sudo: use hardcoded /var/lib instead of getting from compiling host Signed-off-by...
authorJulen Landa Alustiza <julen@zokormazo.info>
Wed, 17 Dec 2014 11:56:46 +0000 (12:56 +0100)
committerSteven Barth <steven@midlink.org>
Wed, 17 Dec 2014 13:45:07 +0000 (14:45 +0100)
admin/sudo/Makefile

index e0ce4e067369b32906822c27b83479a5839aa6ea..f64b1d4c92fa952cf6234c5f0787791f0f855310 100644 (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 \