summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
index aa1f417604..edaaea26b6 100644
--- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
@@ -29,6 +29,8 @@ EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_"
29# For some reason VERSION file populated only in tarball distribution. 29# For some reason VERSION file populated only in tarball distribution.
30# Adding jemalloc version since this recipe is using source code from git tag 30# Adding jemalloc version since this recipe is using source code from git tag
31EXTRA_OECONF:append = " --with-version=${PV_LONG} --enable-xmalloc" 31EXTRA_OECONF:append = " --with-version=${PV_LONG} --enable-xmalloc"
32# Enable jemalloc debug build flag if DEBUG_BUILD is enabled
33EXTRA_OECONF:append = " ${@oe.utils.vartrue('DEBUG_BUILD', '--enable-debug=yes', '', d)}"
32 34
33do_install:append() { 35do_install:append() {
34 sed -i -e 's@${STAGING_DIR_HOST}@@g' \ 36 sed -i -e 's@${STAGING_DIR_HOST}@@g' \