]> code.ossystems Code Review - openembedded-core.git/commitdiff
mailx: fix the path to sendmail interface
authorJackie Huang <jackie.huang@windriver.com>
Thu, 27 Feb 2014 07:21:07 +0000 (15:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2014 13:52:42 +0000 (13:52 +0000)
The default path to sendmail is to /usr/lib/sendmail, but
msmtp install it as ${sbindir}/sendmail, set the correct
path for Makefile to fix it.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/mailx/mailx_12.5.bb

index 1245a11edec93fe138ad54ea9f93e32b5fa2be6c..a70f703aaf28f49f6e4b36a789875ac082531582 100644 (file)
@@ -27,5 +27,6 @@ S = "${WORKDIR}/heirloom-mailx-${PV}"
 inherit autotools
 
 CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
+EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail"
 
 PARALLEL_MAKE = ""