net-libs/meanwhile: add Debian bug references for -fno-tree-vrp workaround

It was also added upstream in 67d8eac15c
though not yet in a release.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-24 03:38:28 +00:00
parent 1b9db4eed3
commit 6b65fa91a6

View File

@@ -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 \