summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/musl/make.defaults')
-rw-r--r--profiles/default/linux/musl/make.defaults16
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/default/linux/musl/make.defaults b/profiles/default/linux/musl/make.defaults
new file mode 100644
index 000000000000..f0116539f6b1
--- /dev/null
+++ b/profiles/default/linux/musl/make.defaults
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+PORTAGE_LIBC="musl"
+ELIBC="musl"
+
+FEATURES="sandbox sfperms strict"
+
+USE="nptl unicode -berkdb"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb"
+
+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"