aprwatch: Add path for sendmail

Arpwatch won't build on a system without a sendmail provider
installed with out this setting.

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Jeremy A. Puhlman
2024-02-28 12:32:19 -08:00
committed by Armin Kuster
parent 0f4b8ec2a7
commit bb9321264a

View File

@@ -42,6 +42,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
--infodir=${infodir} \
--mandir=${mandir} \
--srcdir=${S} \
--with-sendmail=${sbindir}/sendmail \
"
do_configure () {