mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user