mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user