diff options
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb index a4a3e72ecd..62a96354cd 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | |||
@@ -56,6 +56,8 @@ EXTRA_OECONF_append_arm = " --host=armv7${HOST_VENDOR}-${HOST_OS}" | |||
56 | 56 | ||
57 | EXTRA_OEMAKE = "-w" | 57 | EXTRA_OEMAKE = "-w" |
58 | 58 | ||
59 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" | ||
60 | |||
59 | # valgrind likes to control its own optimisation flags. It generally defaults | 61 | # valgrind likes to control its own optimisation flags. It generally defaults |
60 | # to -O2 but uses -O0 for some specific test apps etc. Passing our own flags | 62 | # to -O2 but uses -O0 for some specific test apps etc. Passing our own flags |
61 | # (via CFLAGS) means we interfere with that. Only pass DEBUG_FLAGS to it | 63 | # (via CFLAGS) means we interfere with that. Only pass DEBUG_FLAGS to it |