package/socat: fix build issue
authorRomain Naour <romain.naour@gmail.com>
Sun, 28 Aug 2016 20:18:53 +0000 (22:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Sep 2016 19:04:52 +0000 (21:04 +0200)
commitec1cbd8ea74d5dd039f7787abbac07cdce0edf9c
treeda5717ec55713e85969c2d07c7f0601549dbf7c0
parent250ed6568a4fb340e41ebe26a96b87ae2a951e51
package/socat: fix build issue

Fix two build issue when socat is build with musl:
  - Set NETDB_INTERNAL locally since it's not provided by musl
  - remove if_tun.h kernel header

Fixes:
http://autobuild.buildroot.net/results/029/02977d3844ef62b1e9cbfbab244593632757c5e2

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/socat/0003-compat-set-NETDB_INTERNAL.patch [new file with mode: 0644]
package/socat/0004-xio-tun-remove-if_tun.h-kernel-header.patch [new file with mode: 0644]