summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2016-01-18 04:33:28 -0500
committerJoshua Kinard <kumba@gentoo.org>2016-01-18 04:34:08 -0500
commitd8365bedca0728f6ccfbb760705ac23db6b6e8ac (patch)
tree8e16d9c2f58450703746c4acb704b3e0f75aa419 /profiles
parentsys-apps/openrc: drop old glibc dep (diff)
downloadgentoo-d8365bedca0728f6ccfbb760705ac23db6b6e8ac.tar.gz
gentoo-d8365bedca0728f6ccfbb760705ac23db6b6e8ac.tar.bz2
gentoo-d8365bedca0728f6ccfbb760705ac23db6b6e8ac.zip
Add package.use.mask to base uclibc profiles to mask out 'nls' on sys-fs/xfsdump. Fixes #570548.
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/linux/uclibc/package.use.mask11
1 files changed, 11 insertions, 0 deletions
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 <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