summaryrefslogtreecommitdiffstats
path: root/package/udpcast
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-05-23 14:13:20 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-26 21:02:17 +0200
commitc096b5985ab5f29a051da3645eda5aa43231bdc0 (patch)
tree733d84a1cdd202e60e9a55c4172bc54baebb8a76 /package/udpcast
parent67f4c10ce36b1a3e50d8ff8c83c72b87bd1ed683 (diff)
downloadbuildroot-novena-c096b5985ab5f29a051da3645eda5aa43231bdc0.tar.gz
buildroot-novena-c096b5985ab5f29a051da3645eda5aa43231bdc0.zip
udpcast: Add udpcast-select-h.patch.
This patch fixes the build on AArch64 (and potentially others). The patch has been submitted upstream. Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/udpcast')
-rw-r--r--package/udpcast/udpcast-select-h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/udpcast/udpcast-select-h.patch b/package/udpcast/udpcast-select-h.patch
new file mode 100644
index 000000000..9a8cfc9d5
--- /dev/null
+++ b/package/udpcast/udpcast-select-h.patch
@@ -0,0 +1,11 @@
+--- udpcast-20120424/console.h 2005-12-22 22:59:18.000000000 +0000
++++ udpcast-20120424.mod/console.h 2013-05-22 22:22:19.835474140 +0100
+@@ -6,6 +6,8 @@
+ #include <winbase.h>
+ #endif /* __MINGW32__ */
+
++#include <sys/select.h>
++
+ #define prepareConsole udpc_prepareConsole
+ #define getConsoleFd udpc_getConsoleFd
+ #define restoreConsole udpc_restoreConsole