diff options
Diffstat (limited to 'data/sudo/make.sh')
-rw-r--r-- | data/sudo/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sudo/make.sh b/data/sudo/make.sh index 11bc08fce..bd48d8d9e 100644 --- a/data/sudo/make.sh +++ b/data/sudo/make.sh @@ -1,6 +1,6 @@ pkg:extract cd * pkg:patch -pkg:configure sudo_cv_uid_t_len=10 sudo_cv_type_long_is_quad=no --without-pam +pkg:configure sudo_cv_uid_t_len=10 sudo_cv_type_long_is_quad=no --without-pam --with-env-editor make pkg:install |