diff mbox

[2/3] package/libuio: disable Werror

Message ID 1467450008-27597-2-git-send-email-romain.naour@smile.fr
State Accepted
Commit 52b7e35a95e2284017291f8e8731bef68523e187
Headers show

Commit Message

Romain Naour July 2, 2016, 9 a.m. UTC
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>
---
 package/libuio/libuio.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN July 2, 2016, 11:03 a.m. UTC | #1
Romain, All,

On 2016-07-02 11:00 +0200, Romain Naour spake thusly:
> 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>

Regards,
Yann E. MORIN.

> ---
>  package/libuio/libuio.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libuio/libuio.mk b/package/libuio/libuio.mk
> index 6a73d23..c254d0d 100644
> --- a/package/libuio/libuio.mk
> +++ b/package/libuio/libuio.mk
> @@ -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
> -- 
> 2.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard July 2, 2016, 11:27 a.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libuio/libuio.mk b/package/libuio/libuio.mk
index 6a73d23..c254d0d 100644
--- a/package/libuio/libuio.mk
+++ b/package/libuio/libuio.mk
@@ -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