mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
4cc73f63aa
commit
c78397ecdf
@@ -35,6 +35,11 @@ EXTRA_OECONF = "--disable-embedded-perl \
|
||||
--with-defaults \
|
||||
${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}"
|
||||
|
||||
CACHED_CONFIGUREVARS = " \
|
||||
ac_cv_header_valgrind_valgrind_h=no \
|
||||
ac_cv_header_valgrind_memcheck_h=no \
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
export PERLPROG="${bindir}/env perl"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user