public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/newlisp] f44: fix FTBFS with gcc16
Date: Sun, 31 May 2026 00:47:43 GMT [thread overview]
Message-ID: <178018846377.1.16792665601628004052.rpms-newlisp-a15280953e9d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/newlisp
Branch : f44
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=f44
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
reply other threads:[~2026-05-31 0:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178018846377.1.16792665601628004052.rpms-newlisp-a15280953e9d@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox