mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
net-libs/wvstreams: fix bug reference for flag workarounds
Looks like this meant to refer to bug #419971. Note that bug #611028 being fixed may mean it's obsolete anyway... Bug: https://bugs.gentoo.org/419971 Bug: https://bugs.gentoo.org/611028 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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=7
|
||||
@@ -58,7 +58,7 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
append-flags -fno-strict-aliasing
|
||||
append-flags -fno-tree-dce -fno-optimize-sibling-calls #421375
|
||||
append-flags -fno-tree-dce -fno-optimize-sibling-calls #419971
|
||||
|
||||
tc-export AR CXX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user