package/trinity: fix build with kernel headers v4.19
authorBaruch Siach <baruch@tkos.co.il>
Wed, 12 Dec 2018 19:07:05 +0000 (21:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 13 Dec 2018 20:14:13 +0000 (21:14 +0100)
commitbadc3c9f04b01c065a8cc5a07b57ec43c96b4c5e
tree5a778653e6916e28b10950f0cad151d78fe19823
parent42c8f9f6b46e196a7c337c683a7df5ae6bd421b2
package/trinity: fix build with kernel headers v4.19

Kernel v4.19 introduced a change in linux/rds.h UAPI header that causes
networking definitions collision with libc headers. Add a patch fixing
that be reordering the include list.

Fixes:
http://autobuild.buildroot.net/results/b30/b30993de10c909602ec2e9098a91e400fa9c91f6/
http://autobuild.buildroot.net/results/96d/96deb94e5f959c844060d449fae5668c5f3c5571/
http://autobuild.buildroot.net/results/c7a/c7aa75fd8faad7ac49492497807d1a7fe4c4f955/

Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/trinity/0005-proto-rds-include-libc-network-headers-first.patch [new file with mode: 0644]