diff options
Diffstat (limited to 'package/sudo/Makefile')
-rw-r--r-- | package/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/sudo/Makefile b/package/sudo/Makefile index cdde122fe..4e031c871 100644 --- a/package/sudo/Makefile +++ b/package/sudo/Makefile @@ -16,7 +16,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,SUDO,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_ARGS+= --without-pam +CONFIGURE_ARGS+= --without-pam \ + --with-timedir=/var/run post-install: $(INSTALL_DIR) $(IDIR_SUDO)/usr/bin |