xinetd: fix musl compatibility 1406/head
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Jun 2015 17:27:37 +0000 (19:27 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Jun 2015 17:31:03 +0000 (19:31 +0200)
commit644ae71ebc61c0341d8d24f2b2b797e1fa936da3
tree6bbed3f434bd4e2c704d9835c6cc01e2bd4f5c91
parent4116e327afee80aaea33a16358f5f7c0da687bec
xinetd: fix musl compatibility

Pass HAVE_RLIM_T via TARGET_CPPFLAGS since configure uses that define
but never actually declares it.

Without doing that, `config.h` tries to declare `rlim_t` itself which
leads to `config.h:126:16: error: 'long long long' is too long for GCC`
with musl on at least x86_64.

Also refresh patches while we're at it.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/xinetd/Makefile
net/xinetd/patches/004-ident-bind.patch