openwrt-packages/net/xinetd
Jo-Philipp Wich 644ae71ebc 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>
2015-06-17 19:31:03 +02:00
..
files xinetd: Import from oldpackages, add myself as maintainer 2014-07-09 00:32:45 +01:00
patches xinetd: fix musl compatibility 2015-06-17 19:31:03 +02:00
Makefile xinetd: fix musl compatibility 2015-06-17 19:31:03 +02:00