mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ff24e7f040
commit
9b34cc0bcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user