From 04f9cedef4b120c85ba8447cffbcd371eb78675c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 3 May 2013 10:51:04 -0400 Subject: [PATCH] Add explicit sendmail path for Linux since we may not have sendmail installed in the build chroot. --- mkpkg | 3 +++ 1 file changed, 3 insertions(+) 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" ;;