From 8207b8d44693503e1c086aea0fc30c592a59b15d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 1 Jan 2014 20:19:13 +0100 Subject: another round of updates and musl fixes --- package/tinc/patches/patch-src_have_h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package/tinc/patches/patch-src_have_h (limited to 'package/tinc/patches/patch-src_have_h') diff --git a/package/tinc/patches/patch-src_have_h b/package/tinc/patches/patch-src_have_h new file mode 100644 index 000000000..4efd602ac --- /dev/null +++ b/package/tinc/patches/patch-src_have_h @@ -0,0 +1,25 @@ +--- tinc-1.0.23.orig/src/have.h 2013-09-25 21:21:09.000000000 +0200 ++++ tinc-1.0.23/src/have.h 2013-12-30 19:30:24.000000000 +0100 +@@ -175,9 +175,11 @@ + #include + #endif + ++#if defined(__GLIBC__) + #ifdef HAVE_NET_ETHERNET_H + #include + #endif ++#endif + + #ifdef HAVE_NET_IF_ARP_H + #include +@@ -191,8 +193,10 @@ + #include + #endif + ++#if defined(__GLIBC__) + #ifdef HAVE_NETINET_IF_ETHER_H + #include + #endif ++#endif + + #endif /* __TINC_SYSTEM_H__ */ -- cgit v1.2.3