diff options
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb index 6ebbcd8374..16d733cb10 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | |||
@@ -40,6 +40,9 @@ EXTRA_OECONF = "--disable-embedded-perl \ | |||
40 | --with-defaults \ | 40 | --with-defaults \ |
41 | ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}" | 41 | ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}" |
42 | 42 | ||
43 | # net-snmp needs to have mib-modules=smux enabled to enable quagga to support snmp | ||
44 | EXTRA_OECONF += "--with-mib-modules=smux" | ||
45 | |||
43 | CACHED_CONFIGUREVARS = " \ | 46 | CACHED_CONFIGUREVARS = " \ |
44 | ac_cv_header_valgrind_valgrind_h=no \ | 47 | ac_cv_header_valgrind_valgrind_h=no \ |
45 | ac_cv_header_valgrind_memcheck_h=no \ | 48 | ac_cv_header_valgrind_memcheck_h=no \ |