Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b5bbc0d47d | |||
| 4d9af32423 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 18:48:14 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Fix build with GCC 15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 15:30:30 UTC 2024 - Michael Andres <ma@suse.com>
|
||||
|
||||
|
||||
@@ -47,6 +47,9 @@ online help system (also available Postscript format).
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%if %{pkg_vcmp gcc >= 15}
|
||||
export CFLAGS="%{optflags} -std=gnu17"
|
||||
%endif
|
||||
%configure
|
||||
# parallel build fails
|
||||
%make_build --jobs=1
|
||||
|
||||
Reference in New Issue
Block a user