All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/iftop: fix build with gcc-15.x
@ 2025-05-18 17:46 Bernd Kuhls
  2025-05-18 17:46 ` [Buildroot] [PATCH 2/5] package/mjpegtools: " Bernd Kuhls
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-05-18 17:46 UTC (permalink / raw)
  To: buildroot; +Cc: Bogdan Radulescu, Joachim Wiberg, Steve Kenton, Wade Berrier

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/iftop/0003-iftop-function-args.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 package/iftop/0003-iftop-function-args.patch

diff --git a/package/iftop/0003-iftop-function-args.patch b/package/iftop/0003-iftop-function-args.patch
new file mode 100644
index 0000000000..7ef38bf0bb
--- /dev/null
+++ b/package/iftop/0003-iftop-function-args.patch
@@ -0,0 +1,18 @@
+Fix gcc-15.x build
+
+Upstream: https://src.fedoraproject.org/rpms/iftop/c/d098f91f0f590c1cab264bf77851d4018c430d9f?branch=rawhide
+
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
+
+diff -up iftop-1.0pre4/cfgfile.h.fargs iftop-1.0pre4/cfgfile.h
+--- iftop-1.0pre4/cfgfile.h.fargs	2014-01-05 19:47:53.000000000 +0100
++++ iftop-1.0pre4/cfgfile.h	2025-05-15 18:09:05.849754901 +0200
+@@ -13,7 +13,7 @@ typedef struct {
+     int value;
+ } config_enumeration_type;
+ 
+-int read_config();
++int read_config(char *f, int whinge);
+ 
+ char *config_get_string(const char *directive);
+ int config_get_bool(const char *directive);
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-05-19 16:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18 17:46 [Buildroot] [PATCH 1/5] package/iftop: fix build with gcc-15.x Bernd Kuhls
2025-05-18 17:46 ` [Buildroot] [PATCH 2/5] package/mjpegtools: " Bernd Kuhls
2025-05-18 17:46 ` [Buildroot] [PATCH 3/5] package/mrouted: " Bernd Kuhls
2025-05-18 18:43   ` Joachim Wiberg
2025-05-18 17:46 ` [Buildroot] [PATCH 4/5] package/ngrep: " Bernd Kuhls
2025-05-18 17:46 ` [Buildroot] [PATCH 5/5] package/pppd: " Bernd Kuhls
2025-05-19 16:43 ` [Buildroot] [PATCH 1/5] package/iftop: " Julien Olivain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.