Accepting request 1188127 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1188127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zziplib?expand=0&rev=42
This commit is contained in:
commit
bc196ee052
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 14:53:47 UTC 2024 - Martin Jambor <mjambor@suse.com>
|
||||
|
||||
- Add -fpermissive to %{optflags} to workaround C99 violations which
|
||||
cause GCC14 to throw an error by default. [boo#1225959]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 15:50:19 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||
|
||||
|
@ -65,6 +65,8 @@ ZZipLib.
|
||||
sed -i -e 's:docs ::g' Makefile.am
|
||||
|
||||
%build
|
||||
# Workaround for boo#1225959
|
||||
%global optflags %{optflags} -fpermissive
|
||||
%cmake -DZZIP_TESTCVE=OFF
|
||||
%cmake_build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user