mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-text/texlive-core: build w/ -std=gnu17
I have drafts for some (not all yet) for TL for C23 porting. I need to report this upstream still but ideally with a patch. Bug: https://bugs.gentoo.org/946142 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -245,6 +245,9 @@ src_configure() {
|
||||
append-flags -fno-strict-aliasing
|
||||
filter-lto
|
||||
|
||||
# bug #946142
|
||||
append-flags -std=gnu17
|
||||
|
||||
# Needed for 32bit architectures, bug 928096
|
||||
# This is upstream recommendation for the moment, see also
|
||||
# https://www.tug.org/texlive/build.html
|
||||
|
||||
Reference in New Issue
Block a user