From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fwlogwatch/
Date: Mon, 10 Mar 2025 03:41:06 +0000 (UTC) [thread overview]
Message-ID: <1741577832.c5ae1e829696ad2d92a78ed9518395f115ab51ed.sam@gentoo> (raw)
commit: c5ae1e829696ad2d92a78ed9518395f115ab51ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 03:37:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 03:37:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ae1e82
net-analyzer/fwlogwatch: build w/ -std=gnu17
Mismatches on signal handlers, not worth patching IMO.
Closes: https://bugs.gentoo.org/945298
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
index ed6ff796ace8..31625bc428aa 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -64,9 +64,10 @@ src_configure() {
}
src_compile() {
+ # -std=gnu17 for bug #945298 (signal handlers)
emake \
CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
+ CFLAGS="${CFLAGS} -std=gnu17" \
LDFLAGS="${LDFLAGS}"
use nls && emake -C po
}
next reply other threads:[~2025-03-10 3:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 3:41 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-30 18:40 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fwlogwatch/ Sam James
2021-06-30 10:15 Ulrich Müller
2021-04-03 19:53 Sam James
2021-03-17 9:09 Sam James
2021-03-17 9:00 Sam James
2021-03-15 21:54 Sam James
2021-03-15 21:53 Sam James
2021-03-15 21:01 Sam James
2016-02-25 7:51 Jeroen Roovers
2016-02-24 6:00 Jeroen Roovers
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=1741577832.c5ae1e829696ad2d92a78ed9518395f115ab51ed.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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