All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rtmpdump: fix build
@ 2019-06-24 19:20 Bernd Kuhls
  2019-06-30 13:18 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2019-06-24 19:20 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/8fd/8fd65149bdbbaf5dcb8e6a9d543f4224875bb156/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rtmpdump/0001-include-limits.h.patch | 39 ++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 package/rtmpdump/0001-include-limits.h.patch

diff --git a/package/rtmpdump/0001-include-limits.h.patch b/package/rtmpdump/0001-include-limits.h.patch
new file mode 100644
index 0000000000..172a9630f7
--- /dev/null
+++ b/package/rtmpdump/0001-include-limits.h.patch
@@ -0,0 +1,39 @@
+From b9d010d2c07e07eeffa510f14ff833ecb10dc0c8 Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <bernd.kuhls@t-online.de>
+Date: Mon, 24 Jun 2019 21:11:33 +0200
+Subject: [PATCH] include <limits.h>
+
+Needed after
+https://repo.or.cz/rtmpdump.git/commitdiff/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
+
+to fix
+
+rtmp.c: In function 'HTTP_read':
+rtmp.c:4459:26: error: 'INT_MAX' undeclared (first use in this function); did you mean 'INT8_MAX'?
+
+reported by buildroot autobuilders:
+http://autobuild.buildroot.net/?reason=rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
+
+Patch sent upstream by e-mail to author of
+https://repo.or.cz/rtmpdump.git/patch/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+---
+ librtmp/rtmp.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h
+index 6d7dd89..48d4fc3 100644
+--- a/librtmp/rtmp.h
++++ b/librtmp/rtmp.h
+@@ -32,6 +32,7 @@
+ #include <errno.h>
+ #include <stdint.h>
+ #include <stddef.h>
++#include <limits.h>
+ 
+ #include "amf.h"
+ 
+-- 
+2.20.1
+
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/rtmpdump: fix build
  2019-06-24 19:20 [Buildroot] [PATCH 1/1] package/rtmpdump: fix build Bernd Kuhls
@ 2019-06-30 13:18 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2019-06-30 13:18 UTC (permalink / raw)
  To: buildroot

 Hi Bernd,

On 24/06/2019 21:20, Bernd Kuhls wrote:
> Fixes

 Please add a colon (Fixes:) so it shows up in patchwork.

> http://autobuild.buildroot.net/results/8fd/8fd65149bdbbaf5dcb8e6a9d543f4224875bb156/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

 Applied to master, thanks.

 Regards,
 Arnout

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

end of thread, other threads:[~2019-06-30 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 19:20 [Buildroot] [PATCH 1/1] package/rtmpdump: fix build Bernd Kuhls
2019-06-30 13:18 ` Arnout Vandecappelle

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.