mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00: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
|
# Needed to work around problem with wvassert.h
|
||||||
WVSTREAMS_CONF_OPT += CPPFLAGS=-DNDEBUG
|
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)
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||||
WVSTREAMS_DEPENDENCIES += dbus
|
WVSTREAMS_DEPENDENCIES += dbus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user