Commit 9b34cc0b authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ff24e7f0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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