ulogd: fix musl compatibility 1424/head
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Jun 2015 15:28:57 +0000 (17:28 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Jun 2015 15:30:30 +0000 (17:30 +0200)
commitd5c31e1bf3fb798b11fd8275743d053f0c763e33
tree93bf54ee8a1f7add528222019eb19129227775a0
parent4116e327afee80aaea33a16358f5f7c0da687bec
ulogd: fix musl compatibility

 - Avoid non-pointer use of `FILE` type since its just a forward declaration
 - Build with -D_GNU_SOURCE to expose required `struct tcphdr` members

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/ulogd/Makefile
net/ulogd/patches/100-musl-compat.patch [new file with mode: 0644]