mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
gnupg: Be deterministic about sendmail
Set a path to where sendmail would exist making the output deterministic as it no longer depends on the build host and the presense of sendmail there. (From OE-Core rev: 32e03a430f13960fe07f08c04eaa58017d977f6c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -31,6 +31,7 @@ EXTRA_OECONF = "--disable-ldap \
|
|||||||
--with-zlib=${STAGING_LIBDIR}/.. \
|
--with-zlib=${STAGING_LIBDIR}/.. \
|
||||||
--with-bzip2=${STAGING_LIBDIR}/.. \
|
--with-bzip2=${STAGING_LIBDIR}/.. \
|
||||||
--with-readline=${STAGING_LIBDIR}/.. \
|
--with-readline=${STAGING_LIBDIR}/.. \
|
||||||
|
--with-mailprog=${sbindir}/sendmail \
|
||||||
--enable-gpg-is-gpg2 \
|
--enable-gpg-is-gpg2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user