aboutsummaryrefslogtreecommitdiff
path: root/libs/liblo/patches/001-fix-musl-include.patch
Commit message (Collapse)AuthorAge
* liblo: Update to 0.30 and remove maintainerRosen Penev2019-06-03
| | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* liblo: fix build with muslHauke Mehrtens2015-07-12
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>