Skip to content

Commit eefe4f7

Browse files
krajotavio
authored andcommitted
chromium: Fix build on musl
Helps passing a gn assert in latest chromium, disabling shims will require disabling tcmalloc as well. Signed-off-by: Khem Raj <[email protected]>
1 parent 58fc0d8 commit eefe4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ GN_ARGS:append:armv6 += 'arm_use_neon=false'
318318
# Disable glibc shims on musl
319319
# tcmalloc does not play well with musl as of M62 (and possibly earlier).
320320
# https://github.com/gperftools/gperftools/issues/693
321-
GN_ARGS:append:libc-musl = ' use_allocator_shim=false'
321+
GN_ARGS:append:libc-musl = ' use_allocator_shim=false use_allocator="none"'
322322

323323
CHROMIUM_EXTRA_ARGS ?= " \
324324
${@bb.utils.contains('PACKAGECONFIG', 'use-egl', '--use-gl=egl', '', d)} \

0 commit comments

Comments
 (0)