This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1565
from hauke/liblo
liblo: fix build with musl
lilik-openwrt-22.03
Steven Barth
9 years ago
parent
80bdd250b2
f8fd638736
commit
f71205a155
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
libs/liblo/patches/001-fix-musl-include.patch
+ 11
- 0
libs/liblo/patches/001-fix-musl-include.patch
View File
@ -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>
Write
Preview
Loading…
Cancel
Save