aboutsummaryrefslogtreecommitdiff
path: root/net/socat/patches/100-musl-compat.patch
Commit message (Collapse)AuthorAge
* socat: fix musl compatibilityJo-Philipp Wich2015-06-16
Do not include netinet/if_ether.h for musl to prevent struct ethhdr redeclarations. Also define NETDB_INTERNAL if needed to fix compilation of the network backends. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>