($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: jpuhlman@mvista.com
To: yocto@lists.yoctoproject.org
Cc: "Jeremy A. Puhlman" <jpuhlman@mvista.com>
Subject: [meta-security][PATCH 2/2] aprwatch: Add path for sendmail
Date: Wed, 28 Feb 2024 12:32:19 -0800	[thread overview]
Message-ID: <20240228203219.1861150-2-jpuhlman@mvista.com> (raw)
In-Reply-To: <20240228203219.1861150-1-jpuhlman@mvista.com>

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 --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 () {
-- 
2.31.1



      reply	other threads:[~2024-02-28 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-28 20:32 [meta-security][PATCH 1/2] arpwatch: fix misspelling of PACKAGECONFIG jpuhlman
2024-02-28 20:32 ` jpuhlman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240228203219.1861150-2-jpuhlman@mvista.com \
    --to=jpuhlman@mvista.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).