liblo: disable werror to fix build issues

Pass the --disable-werror option to remove -Werror, and therefore
avoid a number of build failures.

Fixes:

  http://autobuild.buildroot.net/results/61ab7e23d2ef62f055efc74a998e3c108a3cdb43

Signed-off-by: Alex Baldwin <alexbaldwinmusic@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Alex Baldwin 2018-02-25 15:40:33 +01:00 committed by Thomas Petazzoni
parent 382fe9f926
commit 2759ba0397

View file

@ -12,6 +12,9 @@ LIBLO_LICENSE_FILES = COPYING
LIBLO_INSTALL_STAGING = YES
# IPv6 support broken, issue known upstream
LIBLO_CONF_OPTS = --disable-ipv6
# werror - not needed for release.
LIBLO_CONF_OPTS += \
--disable-ipv6 \
--disable-werror
$(eval $(autotools-package))