On 4/27/20 3:27 PM, Christian Weisgerber wrote:
> Aisha Tammy:
>
>> Another bump because this makes gpg wks service work correctly.
>> Would love to get this into 6.7.
>
> Thanks for being so persistent. I couldn't raise the maintainer
> either, so I took a look:
>
>>>> CONFIGURE_ARGS += docdir=${LOCALBASE}/share/doc/gnupg2 \
>>>> + --with-mailprog="/usr/sbin/sendmail" \
>
> That is unnecessary. The configure script already locates
> /usr/sbin/sendmail on its own.
>
>>>> +--- tools/send-mail.c.orig
>>>> ++++ tools/send-mail.c
>>>> +@@ -33,7 +33,7 @@ static gpg_error_t
>>>> + run_sendmail (estream_t data)
>>>> + {
>>>> + gpg_error_t err;
>>>> +- const char pgmname[] = "/usr/lib/sendmail";
>>>> ++ const char pgmname[] = "/usr/sbin/sendmail";
>
> I have committed that change, thank you.
>
Thank you so much !!!
Aisha