mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
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.
(From OE-Core rev: 96b7f6ede9bce0917ed543385f526436fea26787)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
643d3ab9b5
commit
b367545383
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user