summaryrefslogtreecommitdiffstats
path: root/rules/net-snmp.make
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2013-09-03 22:29:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-09-09 18:21:18 +0200
commitcf8fdd181a256e375e50365f08efef5470d46337 (patch)
tree41e5a7e75ae30514efc82661a16fb083077456b4 /rules/net-snmp.make
parent29eb1df47ffb4382b146c41d6422820a95ea27aa (diff)
downloadptxdist-cf8fdd181a256e375e50365f08efef5470d46337.tar.gz
ptxdist-cf8fdd181a256e375e50365f08efef5470d46337.tar.xz
net-snmp: make the agent's availability via TCP/UDP configurable
This needs a patch to net-snmp's autoconf magic because without it it makes no difference if you pass --enable-agentx-dom-sock-only or --disable-...; in both cases only domain sockets were allowed. So default to the conservative setting as this is what older builds resulted in. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/net-snmp.make')
-rw-r--r--rules/net-snmp.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/net-snmp.make b/rules/net-snmp.make
index 6cb095204..f7c026261 100644
--- a/rules/net-snmp.make
+++ b/rules/net-snmp.make
@@ -53,7 +53,7 @@ NET_SNMP_AUTOCONF := \
--disable-static \
--disable-privacy \
--disable-internal-md5 \
- --disable-agentx-dom-sock-only \
+ --$(call ptx/endis, PTXCONF_NET_SNMP_DOM_SOCK_ONLY)-agentx-dom-sock-only \
--disable-mib-config-checking \
--disable-mfd-rewrites \
--disable-testing-code \