Commit graph

5 commits

Author SHA1 Message Date
Ilya Lipnitskiy
5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Rosen Penev
25442fbc57
liblo: update to 0.31
Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:14:20 -07:00
Rosen Penev
7276289795
liblo: disable tests and enable IPv6
Speeds up compilation.

Also fixed compilation without deprecated POSIX APIs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-12 19:45:19 -07:00
Rosen Penev
a7ca263a3e 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>
2019-06-03 20:07:08 -07:00
Hauke Mehrtens
f8fd638736 liblo: fix build with musl
When sys/poll.h gets included it results in a warning, to include
poll.h. All warnings are treated as errors by liblo.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 20:50:54 +02:00