commit: 840e50b2ca18aa82a9de723c2d49ab80d7b09746 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 14:38:13 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 14:38:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840e50b2
package.use.force: Force installation of glibc static libs for now Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index bc0de31ddc4..4801b45d2f5 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <[email protected]> (14 Apr 2019) +# Make sure glibc static libs are installed for now. Not installing +# them is an experimental feature and needs testing. +sys-libs/glibc static-libs + # Mart Raudsepp <[email protected]> (14 Dec 2018) # Security is not optional if available for the architecture/kernel. gnome-base/gnome-desktop seccomp
