mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] net-snmp: don't use full debugging
@ 2018-07-24  9:27 Uwe Kleine-König
  0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2018-07-24  9:27 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-24  9:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-24  9:27 [ptxdist] [PATCH] net-snmp: don't use full debugging Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox