libmbim: remove unknown configure option

The configure option --enable-more-warnings and --without-udev are not
recognized by configure.

Buildlog:
configure: WARNING: unrecognized options: --disable-nls,
--enable-more-warnings, --without-udev

Therefore this unkown configure options are removed with this commit.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit f0b5589ef0)
This commit is contained in:
Florian Eckert 2021-12-13 14:33:19 +01:00 committed by Federico Capoano
parent 8647937991
commit c74f6610b0
1 changed files with 1 additions and 3 deletions

View File

@ -28,8 +28,7 @@ CONFIGURE_ARGS += \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-silent-rules \
--enable-more-warnings=yes
--disable-silent-rules
define Package/libmbim
SECTION:=libs
@ -57,7 +56,6 @@ define Package/mbim-utils
endef
CONFIGURE_ARGS += \
--without-udev \
--without-udev-base-dir
define Build/InstallDev