package/libuio: disable Werror
Disable -Werror to avoid build issues caused by warnings. Signed-off-by: Romain Naour <romain.naour@smile.fr> Reported-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a728538c93
commit
52b7e35a95
@ -9,7 +9,7 @@ LIBUIO_VERSION = 940861de278cb794bf9d775b76a4d1d4f9108607
|
||||
LIBUIO_SITE = $(call github,Linutronix,libuio,$(LIBUIO_VERSION))
|
||||
LIBUIO_LICENSE = LGPLv2.1 (library), GPLv2 (programs)
|
||||
LIBUIO_LICENSE_FILES = COPYING
|
||||
LIBUIO_CONF_OPTS = --with-glib=no
|
||||
LIBUIO_CONF_OPTS = --with-glib=no --without-werror
|
||||
LIBUIO_INSTALL_STAGING = YES
|
||||
|
||||
# Fetched from github, no pre-generated configure script provided
|
||||
|
Loading…
Reference in New Issue
Block a user