Accepting request 1194242 from Publishing:TeXLive
- Added -Wno-error=incompatible-pointer-types to optflags to work around boo#1228342 and enable build with GCC 14 on 32bit architectures. OBS-URL: https://build.opensuse.org/request/show/1194242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=96
This commit is contained in:
commit
d4de68ad31
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 14:15:55 UTC 2024 - Martin Jambor <mjambor@suse.com>
|
||||||
|
|
||||||
|
- Added -Wno-error=incompatible-pointer-types to optflags to work
|
||||||
|
around boo#1228342 and enable build with GCC 14 on 32bit
|
||||||
|
architectures.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 12 13:10:45 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
Fri Apr 12 13:10:45 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define texlive_version 2024
|
%define texlive_version 2024
|
||||||
%define texlive_previous 2022
|
%define texlive_previous 2022
|
||||||
%define texlive_release 20240311
|
%define texlive_release 20240311
|
||||||
%define texlive_noarch 213
|
%define texlive_noarch 217
|
||||||
%define texlive_source texlive-20240311-source
|
%define texlive_source texlive-20240311-source
|
||||||
%define biber_version 2.19
|
%define biber_version 2.19
|
||||||
|
|
||||||
@ -4288,6 +4288,9 @@ popd
|
|||||||
cp -vf %{S:4} $paths
|
cp -vf %{S:4} $paths
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Work around boo#1228342
|
||||||
|
%global optflags %{optflags} -Wno-error=incompatible-pointer-types
|
||||||
|
|
||||||
# Extend the options file
|
# Extend the options file
|
||||||
echo "world=${PWD}/world" >> %{options}
|
echo "world=${PWD}/world" >> %{options}
|
||||||
echo "prefix=${PWD}/prefix" >> %{options}
|
echo "prefix=${PWD}/prefix" >> %{options}
|
||||||
|
Loading…
Reference in New Issue
Block a user