From d8365bedca0728f6ccfbb760705ac23db6b6e8ac Mon Sep 17 00:00:00 2001 From: Joshua Kinard Date: Mon, 18 Jan 2016 04:33:28 -0500 Subject: [PATCH] Add package.use.mask to base uclibc profiles to mask out 'nls' on sys-fs/xfsdump. Fixes #570548. Signed-off-by: Joshua Kinard --- profiles/default/linux/uclibc/package.use.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 profiles/default/linux/uclibc/package.use.mask diff --git a/profiles/default/linux/uclibc/package.use.mask b/profiles/default/linux/uclibc/package.use.mask new file mode 100644 index 000000000000..54a8bdd36d0a --- /dev/null +++ b/profiles/default/linux/uclibc/package.use.mask @@ -0,0 +1,11 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Joshua Kinard (18 Jan 2016) +# Fails linking to gettext/libintl for symbol 'libintl_gettext'. +# Is fixable by using 'append-ldflags' from flag-o-matic to force +# -lintl, but that's a QA violation. Real solution is to use +# 'append-libs', but xfsdump's build system doesn't honor $LIBS. +# So this is the best way for now. See 570548. +sys-fs/xfsdump nls -- 2.26.2