diff mbox series

[meta-security,2/2] aprwatch: Add path for sendmail

Message ID 20240228203219.1861150-2-jpuhlman@mvista.com
State New
Headers show
Series [meta-security,1/2] arpwatch: fix misspelling of PACKAGECONFIG | expand

Commit Message

Jeremy Puhlman Feb. 28, 2024, 8:32 p.m. UTC
From: "Jeremy A. Puhlman" <jpuhlman@mvista.com>

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>
---
 recipes-scanners/arpwatch/arpwatch_3.3.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index 391a82e..8e9a268 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.3.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -42,6 +42,7 @@  CONFIGUREOPTS = " --build=${BUILD_SYS} \
           --infodir=${infodir} \
           --mandir=${mandir} \
           --srcdir=${S} \
+          --with-sendmail=${sbindir}/sendmail \
           "
 
 do_configure () {