2
0
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:
Todd C. Miller 2013-05-03 10:51:04 -04:00
parent f6e8fb8b1c
commit 04f9cedef4

3
mkpkg
View File

@ -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"
;; ;;