mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +00:00
Add explicit sendmail path for Linux since we may not have sendmail
installed in the build chroot.
This commit is contained in:
parent
f6e8fb8b1c
commit
04f9cedef4
3
mkpkg
3
mkpkg
@ -143,6 +143,7 @@ case "$osversion" in
|
||||
--with-tty-tickets
|
||||
--with-ldap
|
||||
--with-passprompt=[sudo] password for %p:
|
||||
--with-sendmail=/usr/sbin/sendmail
|
||||
$configure_opts"
|
||||
;;
|
||||
sles*)
|
||||
@ -174,6 +175,7 @@ case "$osversion" in
|
||||
--with-ldap
|
||||
--with-env-editor
|
||||
--with-passprompt=%p\'s password:
|
||||
--with-sendmail=/usr/sbin/sendmail
|
||||
$configure_opts"
|
||||
|
||||
make_opts='docdir=$(datarootdir)/doc/packages/$(PACKAGE_TARNAME)'
|
||||
@ -254,6 +256,7 @@ case "$osversion" in
|
||||
--with-env-editor
|
||||
--enable-zlib=builtin
|
||||
--disable-nls
|
||||
--with-sendmail=/usr/sbin/sendmail
|
||||
$configure_opts"
|
||||
PPVARS="${PPVARS}${PPVARS+$space}aix_freeware=true"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user