summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:02 +0100
commit1403c71c4b62e453edb0d64d0eef88206506078a (patch)
tree72d6a3bd20c634b35bc9a1cafa0bd1ad94df7571
parent15f3374fada92f63d66b2dd987dc2d76cd49c9dd (diff)
downloadptxdist-1403c71c4b62e453edb0d64d0eef88206506078a.tar.gz
ptxdist-1403c71c4b62e453edb0d64d0eef88206506078a.tar.xz
[net-snmp] fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/net-snmp.in3
-rw-r--r--rules/net-snmp.make1
2 files changed, 4 insertions, 0 deletions
diff --git a/rules/net-snmp.in b/rules/net-snmp.in
index 65b5f9458..c6e82e187 100644
--- a/rules/net-snmp.in
+++ b/rules/net-snmp.in
@@ -2,6 +2,9 @@
menuconfig NET_SNMP
tristate
prompt "net-snmp "
+ select LIBC_M
+ select GCCLIBS_GCC_S if NET_SNMP_AGENT
+ select LIBC_DL if NET_SNMP_AGENT || NET_SNMP_APPLICATIONS
if NET_SNMP
diff --git a/rules/net-snmp.make b/rules/net-snmp.make
index 174444301..c863a049e 100644
--- a/rules/net-snmp.make
+++ b/rules/net-snmp.make
@@ -48,6 +48,7 @@ NET_SNMP_AUTOCONF := \
$(GLOBAL_IPV6_OPTION) \
--with-defaults \
--disable-manuals \
+ --without-openssl \
--with-mib-modules=$(PTXCONF_NET_SNMP_MIB_MODULES) \
--with-mibs=$(PTXCONF_NET_SNMP_DEFAULT_MIBS) \
--with-logfile=$(call remove_quotes,$(PTXCONF_NET_SNMP_LOGFILE)) \