package/liblo: fix build with musl
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 8 Apr 2018 09:37:06 +0000 (11:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 9 Apr 2018 09:23:11 +0000 (11:23 +0200)
commitb07245e5b748f73d17b2d612148f792f5d248106
tree0723538b74e787915db3fb37b2f6e3c6c5cc93f2
parent6d1060d2610cc07f9f2cac61f9ec2276afc102d5
package/liblo: fix build with musl

Commit 2759ba03979 (liblo: disable werror to fix build issues) tried to
fix the issue by passing --disable-werror, but this is not a recognised
option.

Instead, just fix the code for good.

Fixes:
    http://autobuild.buildroot.org/results/000a46954d0c6d3dbc4b4634a0d3a3c955fac679
    http://autobuild.buildroot.org/results/58cb834bbd69bafc5cb0f23c236919c609648c05
    http://autobuild.buildroot.org/results/9de1c2007818082e88d77572abf8ff8a72e01930
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Alex Baldwin <alexbaldwinmusic@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/liblo/0001-server-use-correct-poll.h-header.patch [new file with mode: 0644]
package/liblo/liblo.mk