All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libglib2: disable compiler warnings
@ 2019-04-23 13:01 Jugurtha BELKALEM
  2019-04-23 14:23 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Jugurtha BELKALEM @ 2019-04-23 13:01 UTC (permalink / raw)
  To: buildroot

This flag is not set by default which yields in a
compilation error when host-qemu package is enabled.
The build fails at libglib2 package because -Werror
is activated which stops the compilation process.
Adding this flag corrects the issue.

Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
---
 package/libglib2/libglib2.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index 63bfec3..5fd0544 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -91,6 +91,7 @@ LIBGLIB2_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
 endif
 
 HOST_LIBGLIB2_CONF_OPTS = \
+	--disable-compile-warnings \
 	--disable-coverage \
 	--disable-dtrace \
 	--disable-fam \
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-05 22:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23 13:01 [Buildroot] [PATCH] package/libglib2: disable compiler warnings Jugurtha BELKALEM
2019-04-23 14:23 ` Thomas Petazzoni
2019-04-23 14:45   ` Jugurtha BELKALEM
2019-04-23 14:51     ` Vadym Kochan
2019-05-05 22:08       ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.