fastd: add upstream patch to fix build with musl
authorRodrigo Rebello <rprebello@gmail.com>
Sun, 22 Nov 2015 13:40:26 +0000 (11:40 -0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 22 Nov 2015 21:30:51 +0000 (22:30 +0100)
commit917b6e72ea01c689a2376b24c87d7f6f1570a06f
tree5ba528dd673ee646d1ca35d2cae1d69b6fdd7589
parent2a8e96d05738421898c373ffaeb61ef3ab008ef2
fastd: add upstream patch to fix build with musl

The missing 'sys/queue.h' issue when building with musl has been solved
by an upstream commit which eliminates the dependency on
'net/if_ether.h' and, consequently, 'sys/queue.h' (needed on OpenBSD
since 'net/if_ether.h' uses LIST_* definitions).

As usual, the included patch can be dropped in the future when a new
version of this package gets released and integrated into Buildroot.

Fixes:
  http://autobuild.buildroot.net/results/14e/14e291e22b8c8a9c590f0c6ef4316f8ab0aa1fff/
  http://autobuild.buildroot.net/results/ed4/ed4437bed01138380cd42c0dc943cd3ec85e26f0/
  http://autobuild.buildroot.net/results/ad2/ad226962413dece4fee07143a2bcfe07c44d55b6/
  ...

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fastd/0002-Don-t-depend-on-net-if_ether.h.patch [new file with mode: 0644]