package/libqmi: switch to the new option to disable -Werror
--enable-more-warnings has been dropped since version 1.26.0 and9f31a45d5f
Instead, a new --disable-Werror option has been added, through the use of AX_COMPILER_FLAGS, so use that to explicitly request wrnings not be treated as errors. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: use --disable-Werror instead of nothing] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit0de1a23c75
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d6547f7b99
commit
e9a3ae5b90
@ -13,8 +13,7 @@ LIBQMI_INSTALL_STAGING = YES
|
||||
|
||||
LIBQMI_DEPENDENCIES = libglib2
|
||||
|
||||
# we don't want -Werror
|
||||
LIBQMI_CONF_OPTS = --enable-more-warnings=no
|
||||
LIBQMI_CONF_OPTS = --disable-Werror
|
||||
|
||||
# if libgudev available, request udev support for a better
|
||||
# qmi-firmware-update experience
|
||||
|
Loading…
Reference in New Issue
Block a user