diff options
author | 2025-01-24 03:38:28 +0000 | |
---|---|---|
committer | 2025-01-24 03:38:48 +0000 | |
commit | 6b65fa91a68c8bfc3b9d98c1bd6f19deb2d5457c (patch) | |
tree | 328911be93f8458d52befca88b3ded7cecf5b120 /net-libs/meanwhile | |
parent | sys-libs/glibc: Stabilize 2.40-r8 ppc, #948633 (diff) | |
download | gentoo-6b65fa91a68c8bfc3b9d98c1bd6f19deb2d5457c.tar.gz gentoo-6b65fa91a68c8bfc3b9d98c1bd6f19deb2d5457c.tar.bz2 gentoo-6b65fa91a68c8bfc3b9d98c1bd6f19deb2d5457c.zip |
net-libs/meanwhile: add Debian bug references for -fno-tree-vrp workaround
It was also added upstream in https://github.com/obriencj/meanwhile/commit/67d8eac15c6df031d918c128292d9a47239b645b
though not yet in a release.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/meanwhile')
-rw-r--r-- | net-libs/meanwhile/meanwhile-1.1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild index 7ac2f29486e5..907715b8d5e7 100644 --- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild +++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,8 @@ src_prepare() { } src_configure() { + # https://bugs.debian.org/815045 + # https://bugs.debian.org/940621 append-cflags -fno-tree-vrp econf \ |