public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/newlisp] f43: fix FTBFS with gcc16
@ 2026-05-31  0:47 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-05-31  0:47 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/newlisp
Branch : f43
Commit : a15280953e9d553b0bad3cab70da46b31f492e0c
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-02-24T00:34:54-03:00
Stats  : +6/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/newlisp/c/a15280953e9d553b0bad3cab70da46b31f492e0c?branch=f43

Log:
fix FTBFS with gcc16

---
diff --git a/newlisp.spec b/newlisp.spec
index 3ab858e..6989d76 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -36,11 +36,13 @@ sed -i.m64 's/\-m64 //' makefile_linuxLP64_utf8
 %configure
 
 %if "%{_lib}" == "lib64"
-CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX -DNEWLISP64" \
-        make -f makefile_linuxLP64_utf8 %{?_smp_mflags}
+    NEWLISP_FLAGS="-c -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX"
+    %make_build -f makefile_linuxLP64_utf8 -j1 \
+    CFLAGS="%{optflags} -std=gnu17 -fPIC -fno-strict-aliasing $NEWLISP_FLAGS"
 %else
-CFLAGS="%{optflags} -c -DREADLINE -DSUPPORT_UTF8 -DLINUX" \
-        make -f makefile_linux_utf8 %{?_smp_mflags}
+    NEWLISP_FLAGS="-c -DREADLINE -DSUPPORT_UTF8 -DLINUX"
+    %make_build -f makefile_linux_utf8 -j1 \
+    CFLAGS="%{optflags} -std=gnu17 -fPIC -fno-strict-aliasing $NEWLISP_FLAGS"
 %endif
 
 %install

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

only message in thread, other threads:[~2026-05-31  0:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31  0:47 [rpms/newlisp] f43: fix FTBFS with gcc16 Filipe Rosset

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