diff options
author | Sam James <sam@gentoo.org> | 2021-03-19 23:24:25 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-22 09:57:43 +0100 |
commit | bb99c571a3f0c15a69a586b85832f5d5b115718c (patch) | |
tree | 5bd46efce59ae655ee4eabd4864b3ca71af129c1 /profiles | |
parent | sys-apps/grep: use dev-libs/libsigsegv for stack overflow handling on sparc (diff) | |
download | gentoo-bb99c571a3f0c15a69a586b85832f5d5b115718c.tar.gz gentoo-bb99c571a3f0c15a69a586b85832f5d5b115718c.tar.bz2 gentoo-bb99c571a3f0c15a69a586b85832f5d5b115718c.zip |
profiles/arch/sparc: mask sys-apps/grep[static] for now
dev-libs/libsigsegv lacks USE=static-libs and there's really
no pressing need to add it for now. Let's just disable USE=static
for grep on sparc for the time being.
Bug: https://bugs.gentoo.org/768135
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20012
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index fa0a7cfb7c69..f50e6b5c81c9 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2021-03-19) +# On sparc, we have to force sys-apps/grep[libsigsegv] +# for accurate stack overflow handling. dev-libs/libsigsegv +# lacks USE=static-libs, so for now, this means we can't +# build a static grep on sparc. +# No real pressing need to add it. +# bug #768135 +sys-apps/grep static + # Miroslav Šulc <fordfrog@gentoo.org> (2021-03-13) # virtual/jdk isn't keyworded here media-libs/rubberband jni |