summaryrefslogtreecommitdiff
path: root/profiles/hardened/linux/musl/make.defaults
blob: 518c214765bcbc23c48da7a15a016c056c305758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2017 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

ELIBC="musl"

FEATURES="sandbox sfperms strict"

USE="hardened nptl pic unicode -berkdb -jit -orc"
BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pic -berkdb -jit -nls -orc"

SYMLINK_LIB="no"

# TODO: fix so musl doesn't generate this for all packages
# that use a charset, it causes package collisons.
INSTALL_MASK="charset.alias"