summaryrefslogtreecommitdiffstats
path: root/docs/website
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-08-15 11:45:42 +0530
committerPeter Korsgaard <peter@korsgaard.com>2016-08-17 08:35:54 +0200
commit562a587d009e50f296c5746b2e0a37f9583db1d1 (patch)
tree6f391b45e2ea2ceee565f7544a1cf7f641865c62 /docs/website
parent850e74c3639733986ff40b96fbca7d355aee738c (diff)
downloadbuildroot-562a587d009e50f296c5746b2e0a37f9583db1d1.tar.gz
buildroot-562a587d009e50f296c5746b2e0a37f9583db1d1.zip
wayland: fix musl build issue
With musl C library, we see following build failure. src/scanner.c: In function 'find_enumeration': src/scanner.c:811:2: error: unknown type name 'uint' uint idx = 0, j; ^ uint is defined in <sys/types.h> header. It is usually included by <stdlib.h> but in musl stdlib.h doesn't include it. This patch adds upstream patch where uint32_t is used instead of uint. Fixes: http://autobuild.buildroot.net/results/fcf/fcf6dd3bd31f92eadbcae17338e5887a23e43ff9/ Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud