From: Todd C. Miller Date: Fri, 3 May 2013 14:51:04 +0000 (-0400) Subject: Add explicit sendmail path for Linux since we may not have sendmail X-Git-Tag: SUDO_1_8_7~1^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04f9cedef4b120c85ba8447cffbcd371eb78675c;p=sudo Add explicit sendmail path for Linux since we may not have sendmail installed in the build chroot. --- diff --git a/mkpkg b/mkpkg index e38d8829d..e197df7c6 100755 --- a/mkpkg +++ b/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" ;;