commit:     d8365bedca0728f6ccfbb760705ac23db6b6e8ac
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 09:33:28 2016 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 09:34:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8365bed

Add package.use.mask to base uclibc profiles to mask out 'nls' on 
sys-fs/xfsdump.  Fixes #570548.

Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>

 profiles/default/linux/uclibc/package.use.mask | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/profiles/default/linux/uclibc/package.use.mask 
b/profiles/default/linux/uclibc/package.use.mask
new file mode 100644
index 0000000..54a8bdd
--- /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 <ku...@gentoo.org> (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

Reply via email to