summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)) \