From 96b7f6ede9bce0917ed543385f526436fea26787 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 27 Feb 2014 15:21:07 +0800 Subject: mailx: fix the path to sendmail interface 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 Signed-off-by: Saul Wold --- meta/recipes-extended/mailx/mailx_12.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/mailx/mailx_12.5.bb') diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb index 1245a11ede..a70f703aaf 100644 --- a/meta/recipes-extended/mailx/mailx_12.5.bb +++ b/meta/recipes-extended/mailx/mailx_12.5.bb @@ -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 = "" -- cgit 1.2.3-korg