public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/7zip] epel10: Fix build with GCC 16
@ 2026-06-15 18:21 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-15 18:21 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/7zip
            Branch : epel10
            Commit : 7c4fd03890940a428cbcedcee233364127e347e4
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-02-10T22:36:33-05:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/7zip/c/7c4fd03890940a428cbcedcee233364127e347e4?branch=epel10

            Log:
            Fix build with GCC 16

Each new version of GCC generates new warnings.

---
diff --git a/7zip.spec b/7zip.spec
index 59ca9bc..53cfad2 100644
--- a/7zip.spec
+++ b/7zip.spec
@@ -78,6 +78,9 @@ Summary:        Standalone version of 7-Zip console that supports all formats
 %prep
 %autosetup -p1
 
+# avoid failures due to new warnings in latest GCC
+sed -i -e 's|-Werror||' CPP/7zip/7zip_gcc.mak
+
 
 %build
 # 7z.so

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 18:21 [rpms/7zip] epel10: Fix build with GCC 16 Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox