diff options
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.189.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.189.bb b/meta/recipes-devtools/elfutils/elfutils_0.189.bb index 236f8cef92..d6352de5cf 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.189.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.189.bb | |||
| @@ -32,6 +32,9 @@ inherit autotools gettext ptest pkgconfig | |||
| 32 | 32 | ||
| 33 | EXTRA_OECONF = "--program-prefix=eu-" | 33 | EXTRA_OECONF = "--program-prefix=eu-" |
| 34 | 34 | ||
| 35 | # Only used at runtime for make check but we want deterministic makefiles for ptest so hardcode | ||
| 36 | CACHED_CONFIGUREVARS += "ac_cv_prog_HAVE_BUNZIP2=yes" | ||
| 37 | |||
| 35 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" | 38 | BUILD_CFLAGS += "-Wno-error=stringop-overflow" |
| 36 | 39 | ||
| 37 | DEPENDS_BZIP2 = "bzip2-replacement-native" | 40 | DEPENDS_BZIP2 = "bzip2-replacement-native" |
