From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- profiles/features/musl/make.defaults | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'profiles/features') diff --git a/profiles/features/musl/make.defaults b/profiles/features/musl/make.defaults index a55eb81dd102..80a8fdf9240f 100644 --- a/profiles/features/musl/make.defaults +++ b/profiles/features/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 PORTAGE_LIBC="musl" @@ -15,4 +15,5 @@ FEATURES="-multilib-strict" # TODO: fix so musl doesn't generate this for all packages # that use a charset, it causes package collisons. -INSTALL_MASK="charset.alias locale.alias" +# Note: we use a full path for locale.alias for bug #799437 +INSTALL_MASK="charset.alias /usr/share/locale/locale.alias" -- cgit v1.2.3