summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2019-10-14 11:11:31 +0800
committerBenda Xu <heroxbd@gentoo.org>2019-10-14 11:14:20 +0800
commit47b6d14488f624111daa564f40ec49fc223b623c (patch)
tree6f98d1a6f50214f624cbbbc1f2d565997a45f6fc /profiles/features
parentmedia-gfx/ufraw: Drop to ~alpha, bug 694532 (diff)
downloadgentoo-47b6d14488f624111daa564f40ec49fc223b623c.tar.gz
gentoo-47b6d14488f624111daa564f40ec49fc223b623c.tar.bz2
gentoo-47b6d14488f624111daa564f40ec49fc223b623c.zip
p/f/prefix/s/kernel-2.6.16+/package.use.mask: mask mesa USE flags.
USE='egl gles2 gallium llvm' contains unconditional code calling F_DUPFD_CLOEXEC. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask8
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
index b5f69351385a..fdc243ff8a1d 100644
--- a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
+++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
@@ -1,6 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Benda Xu <heroxbd@gentoo.org> (2019-10-14)
+# The following mesa components calls fcntl(fd, F_DUPFD_CLOEXEC, 3) directly
+# without checking. That results on build time failure, because we have
+# stripped away F_DUPFD_CLOEXEC from glibc for this profile.
+media-libs/mesa egl gles2 gallium llvm
+
# Benda Xu <heroxbd@gentoo.org> (2018-02-21)
# We are on an old kernel that only glibc-2.19 is supported. That glibc does
# not build with PIE enabled. glibc-2.19 and linux-2.6.16 is end of life