Add package.use.mask to base uclibc profiles to mask out 'nls' on sys-fs/xfsdump...
authorJoshua Kinard <kumba@gentoo.org>
Mon, 18 Jan 2016 09:33:28 +0000 (04:33 -0500)
committerJoshua Kinard <kumba@gentoo.org>
Mon, 18 Jan 2016 09:34:08 +0000 (04:34 -0500)
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
profiles/default/linux/uclibc/package.use.mask [new file with mode: 0644]

diff --git a/profiles/default/linux/uclibc/package.use.mask b/profiles/default/linux/uclibc/package.use.mask
new file mode 100644 (file)
index 0000000..54a8bdd
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Joshua Kinard <kumba@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