diff options
Diffstat (limited to 'package/sudo/sudo.mk')
-rw-r--r-- | package/sudo/sudo.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index df3910e2d..dafd717ff 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -12,13 +12,13 @@ SUDO_LICENSE_FILES = doc/LICENSE # Run autoreconf to regenerate ltmain.sh. SUDO_AUTORECONF = YES SUDO_CONF_OPTS = \ - --without-lecture \ - --without-sendmail \ - --without-umask \ - --with-logging=syslog \ - --without-interfaces \ - --without-pam \ - --with-env-editor + --without-lecture \ + --without-sendmail \ + --without-umask \ + --with-logging=syslog \ + --without-interfaces \ + --without-pam \ + --with-env-editor # mksigname/mksiglist needs to run on build host to generate source files define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST |