Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a476e82797 | |||
| 04866e9207 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 3 08:38:12 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Set -std=gnu17 explicitly to resolve build failure with gcc15
|
||||
and the new implied C23 standard.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 12:23:43 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
||||
4
zoo.spec
4
zoo.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zoo
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -45,7 +45,7 @@ for decompressing old archives.
|
||||
%autosetup -n zoo -p0
|
||||
|
||||
%build
|
||||
%make_build linux OPTIM="%{optflags}"
|
||||
%make_build linux OPTIM="%{optflags} -std=gnu17"
|
||||
|
||||
%install
|
||||
install -Dpm 0755 zoo \
|
||||
|
||||
Reference in New Issue
Block a user