dev-libs/libgit2: remove no longer needed strict-aliasing workaround

As noted (and just confirmed via bisect) on the bug, the test failure
was fixed upstream:
54218b5506

Closes: https://bugs.gentoo.org/927821
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-07-31 18:59:23 -04:00
parent 101b47b0d5
commit 2b4558f727

View File

@@ -44,9 +44,6 @@ src_configure() {
-DUSE_HTTP_PARSER=system
-DREGEX_BACKEND=pcre2
)
# https://bugs.gentoo.org/927821
append-flags -fno-strict-aliasing
filter-lto
# https://bugs.gentoo.org/925207
append-lfs-flags
cmake_src_configure