diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-10-20 02:43:15 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-10-21 15:07:12 -0400 |
commit | c78397ecdf85d25a31d2bfe0829abc933f25ee81 (patch) | |
tree | 9579c74e6d3f74222a42914c5e50c1eae3a003c0 /meta-networking/recipes-protocols | |
parent | 4cc73f63aa5fa4e1883be9114c3a992e2266ee60 (diff) | |
download | meta-openembedded-c78397ecdf85d25a31d2bfe0829abc933f25ee81.tar.gz |
net-snmp: add ac_cv_header_valgrind_* to CACHED_CONFIGUREVARS
There have been occasions that net-snmp sees valgrind and then later it's
not available, adding this setting ensures determinism by disabling it by
default
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
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 eb9774830..9012615c6 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 | } |