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