From f4e6ce7f7d97814be2dcee35472176fff98b288c Mon Sep 17 00:00:00 2001 From: Stefan Reiff Date: Sun, 12 May 2019 20:38:56 +0200 Subject: community/vdr: move from testing --- community/vdr/include-missing-limits.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 community/vdr/include-missing-limits.patch (limited to 'community/vdr/include-missing-limits.patch') diff --git a/community/vdr/include-missing-limits.patch b/community/vdr/include-missing-limits.patch new file mode 100644 index 0000000000..9ce9b3e5cc --- /dev/null +++ b/community/vdr/include-missing-limits.patch @@ -0,0 +1,25 @@ +vdr package uses some macros like HOST_NAME_MAX, NAME_MAX, which are defined +in limits.h. +Needs to be explicitly included on ppc64le and for all archs for debug build. +---- + +--- a/config.h ++++ b/config.h +@@ -19,6 +19,7 @@ + #include "i18n.h" + #include "font.h" + #include "tools.h" ++#include + + // VDR's own version number: + +--- a/tools.c ++++ b/tools.c +@@ -27,6 +27,7 @@ + #include + #include "i18n.h" + #include "thread.h" ++#include + + int SysLogLevel = 3; + -- cgit v1.2.3