summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-06-08 16:11:37 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-06-08 16:11:37 +0000
commitc6ff440ebb1e6f7243539e0ed272b773b4396115 (patch)
tree0f5c760b4877f14f4a2ebc15732cf84a3d4735f9 /profiles
parentia64 stable wrt bug #506904 (diff)
downloadgentoo-2-c6ff440ebb1e6f7243539e0ed272b773b4396115.tar.gz
gentoo-2-c6ff440ebb1e6f7243539e0ed272b773b4396115.tar.bz2
gentoo-2-c6ff440ebb1e6f7243539e0ed272b773b4396115.zip
Set INSTALL_MASK=charset.alias on musl profiles
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardened/ChangeLog6
-rw-r--r--profiles/hardened/linux/musl/make.defaults3
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog
index 12981fc44e9f..e1e9a848d381 100644
--- a/profiles/hardened/ChangeLog
+++ b/profiles/hardened/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.49 2014/06/05 14:54:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.50 2014/06/08 16:11:37 blueness Exp $
+
+ 08 Jun 2014; Anthony G. Basile <blueness@gentoo.org>
+ linux/musl/make.defaults:
+ Set INSTALL_MASK=charset.alias on musl profiles
05 Jun 2014; Anthony G. Basile <blueness@gentoo.org>
linux/musl/packages.build:
diff --git a/profiles/hardened/linux/musl/make.defaults b/profiles/hardened/linux/musl/make.defaults
index 55a3bb5b2b12..32657ba023e3 100644
--- a/profiles/hardened/linux/musl/make.defaults
+++ b/profiles/hardened/linux/musl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.3 2014/06/02 13:31:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.4 2014/06/08 16:11:37 blueness Exp $
ELIBC="musl"
@@ -10,3 +10,4 @@ USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
SYMLINK_LIB="no"
+INSTALL_MASK="charset.alias"