diff options
Diffstat (limited to 'meta-networking/recipes-protocols')
| -rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | 5 |
1 files changed, 5 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 eb97748306..9012615c69 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 | |||
| @@ -35,6 +35,11 @@ EXTRA_OECONF = "--disable-embedded-perl \ | |||
| 35 | --with-defaults \ | 35 | --with-defaults \ |
| 36 | ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}" | 36 | ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}" |
| 37 | 37 | ||
| 38 | CACHED_CONFIGUREVARS = " \ | ||
| 39 | ac_cv_header_valgrind_valgrind_h=no \ | ||
| 40 | ac_cv_header_valgrind_memcheck_h=no \ | ||
| 41 | " | ||
| 42 | |||
| 38 | do_configure_prepend() { | 43 | do_configure_prepend() { |
| 39 | export PERLPROG="${bindir}/env perl" | 44 | export PERLPROG="${bindir}/env perl" |
| 40 | } | 45 | } |
