mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] net-snmp: don't use full debugging
Date: Tue, 24 Jul 2018 11:27:44 +0200	[thread overview]
Message-ID: <20180724092744.19400-1-u.kleine-koenig@pengutronix.de> (raw)

If net-snmp is built with TARGET_DEBUG_FULL=y the prepare stage fails with

	checking for and configuring transport modules to use... configure: error: foo

. So blacklist full debugging for this package.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 rules/net-snmp.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/net-snmp.make b/rules/net-snmp.make
index 7c4cb751ffa8..eb24ccbc2205 100644
--- a/rules/net-snmp.make
+++ b/rules/net-snmp.make
@@ -31,6 +31,8 @@ NET_LICENSE		:= BSD like
 # Prepare
 # ----------------------------------------------------------------------------
 
+NET_SNMP_WRAPPER_BLACKLIST := TARGET_DEBUG_FULL
+
 NET_SNMP_MIB_MODULES-y	:= $(call remove_quotes,$(PTXCONF_NET_SNMP_MIB_MODULES))
 NET_SNMP_MIB_MODULES-	:= $(call remove_quotes,$(PTXCONF_NET_SNMP_WITHOUT_MIB_MODULES))
 NET_SNMP_MIB_MODULES-$(PTXCONF_NET_SNMP_MIB_MODULES_AGENTX) += agentx
-- 
2.18.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2018-07-24  9:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180724092744.19400-1-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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