lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f71205a1556a48b5675264c652aeefe64a0e2d13
parent 80bdd250b26385f1397cac879401982935ec5d7a
Author: Steven Barth <steven@midlink.org>
Date:   Mon,  3 Aug 2015 13:43:12 +0200

Merge pull request #1565 from hauke/liblo

liblo: fix build with musl
Diffstat:
Alibs/liblo/patches/001-fix-musl-include.patch | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/libs/liblo/patches/001-fix-musl-include.patch b/libs/liblo/patches/001-fix-musl-include.patch @@ -0,0 +1,11 @@ +--- a/src/server.c ++++ b/src/server.c +@@ -48,7 +48,7 @@ + #include <netdb.h> + #include <sys/socket.h> + #ifdef HAVE_POLL +-#include <sys/poll.h> ++#include <poll.h> + #endif + #include <sys/un.h> + #include <arpa/inet.h>