diff options
| author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2024-02-28 12:32:19 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-03-27 12:36:58 -0400 |
| commit | bb9321264a23767172cf74869633c082caed1a25 (patch) | |
| tree | 70b9885bf5b423114b7fbb5d2f1c2192b072bbcc | |
| parent | 0f4b8ec2a7c623ea636b9fe49180844bfe7400a6 (diff) | |
| download | meta-security-bb9321264a23767172cf74869633c082caed1a25.tar.gz | |
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>
| -rw-r--r-- | recipes-scanners/arpwatch/arpwatch_3.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ | |||
| 42 | --infodir=${infodir} \ | 42 | --infodir=${infodir} \ |
| 43 | --mandir=${mandir} \ | 43 | --mandir=${mandir} \ |
| 44 | --srcdir=${S} \ | 44 | --srcdir=${S} \ |
| 45 | --with-sendmail=${sbindir}/sendmail \ | ||
| 45 | " | 46 | " |
| 46 | 47 | ||
| 47 | do_configure () { | 48 | do_configure () { |
