Accepting request 1268376 from Publishing:TeXLive

- Make it build with latest gcc

OBS-URL: https://build.opensuse.org/request/show/1268376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=101
This commit is contained in:
2025-04-11 14:44:20 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 10 11:43:10 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- Make it build with latest gcc
-------------------------------------------------------------------
Fri Mar 21 10:03:15 UTC 2025 - Dr. Werner Fink <werner@suse.de>

View File

@@ -4273,7 +4273,8 @@ This package is required by the package texlive-biber-bin.
esac
esac > /dev/null 2>&1
}
cflags -std=gnu99 XCFLAGS
cflags -std=gnu11 XCFLAGS
cflags -std=gnu++14 XCXXFLAGS
cflags -fno-const-strings XCFLAGS XCXXFLAGS
cflags -fno-strict-aliasing XCFLAGS XCXXFLAGS
cflags -fPIC XCFLAGS XCXXFLAGS
@@ -4620,6 +4621,7 @@ popd
popd
pushd utils/asymptote
CFLAGS=${CFLAGS//-std=gnu11/}
version=$(autoreconf --version | head -n 1 | sed -r 's/.* ([0-9.]+)$/\1/')
if test ${version%%.*} -ge 2 -a ${version#*.} -ge 71
then