jemalloc: add backport patch to fix build with gcc 16

This patch replaces std::__throw_bad_alloc call with standard C++

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Markus Volk
2026-05-30 09:18:30 +02:00
committed by Khem Raj
parent fe8e466c68
commit b2206db6d7
2 changed files with 159 additions and 0 deletions
@@ -14,6 +14,7 @@ SECTION = "libs"
LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f"
SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;tag=${PV} \
file://1a15fe33a48c52bfe26ea83e49f0d317a47da3ea.patch \
file://run-ptest \
"
SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8"