net-mail/mailutils: drop -fno-strict-aliasing

It was added quite a long time ago in commit
228ea23cb7dbb0a469e85d0089802c209118ac35

I don't see any -Wstrict-aliasing warnings with 3.18 or 3.19 and
the testsuite passes. If I had to guess, maybe it was fixed by
upstream commit 4f36463dfe2d17b2932a656fffee9aeb7832abe4.

Closes: https://bugs.gentoo.org/955777
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Eray Aslan <eras@gentoo.org>
This commit is contained in:
Sam James
2025-05-10 14:56:03 +01:00
committed by Eray Aslan
parent 64e96fe829
commit 6cfc3bc56d
2 changed files with 0 additions and 2 deletions

View File

@@ -87,7 +87,6 @@ src_prepare() {
src_configure() {
# bug #943873
append-cflags -std=gnu17
append-flags -fno-strict-aliasing
if use guile; then
export GUILE_SNARF="${GUILESNARF}"

View File

@@ -87,7 +87,6 @@ src_prepare() {
src_configure() {
# bug #943873
append-cflags -std=gnu17
append-flags -fno-strict-aliasing
if use guile; then
export GUILE_SNARF="${GUILESNARF}"