liblo: Update to 0.30 and remove maintainer

Add PKG_BUILD_PARALLEL for faster compilation.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-06-03 19:57:30 -07:00
parent 81440bd35b
commit a7ca263a3e
2 changed files with 4 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
--- 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>