summaryrefslogtreecommitdiff
path: root/profiles/default/linux/musl/package.use.mask
blob: 1d3c7789f41648d5a8552d298bdea9e441fb52b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

# See bug #604542
net-misc/iputils idn

# See bug #504200
sys-devel/gcc sanitize

# llvm's sanitizers are also incompatible with musl
sys-devel/llvm sanitize

# These cause collisions with <libintl.h>
# even with --without-included-gettext
sys-devel/gettext nls
sys-fs/e2fsprogs nls

# See bug #576928
media-libs/mesa nptl

# bash-malloc relies on sbrk which is implemented
# as a fail-only stub in musl. breaks horribly if enabled.
# bash: xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated)
app-shells/bash mem-scramble