From 9b34cc0bcd9f223ba836882c9d08e1a3f95560bc Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 9 May 2013 02:28:38 +0000 Subject: wvstreams: disable warnings During the compilation of wvstreams, a number of strict aliasing related warnings are shown, making the build quite noisy. Turn warnings off using the --disable-warnings option. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/wvstreams/wvstreams.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package/wvstreams') diff --git a/package/wvstreams/wvstreams.mk b/package/wvstreams/wvstreams.mk index 341fc095b..837c4495b 100644 --- a/package/wvstreams/wvstreams.mk +++ b/package/wvstreams/wvstreams.mk @@ -18,7 +18,11 @@ WVSTREAMS_MAKE = $(MAKE1) # Needed to work around problem with wvassert.h WVSTREAMS_CONF_OPT += CPPFLAGS=-DNDEBUG -WVSTREAMS_CONF_OPT += --with-openssl --with-zlib --without-pam +WVSTREAMS_CONF_OPT += \ + --with-openssl \ + --with-zlib \ + --without-pam \ + --disable-warnings ifeq ($(BR2_PACKAGE_DBUS),y) WVSTREAMS_DEPENDENCIES += dbus -- cgit v1.2.3