libmbim: remove unknown configure option
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 13 Dec 2021 13:33:19 +0000 (14:33 +0100)
committerFederico Capoano <f.capoano@openwisp.io>
Thu, 27 Oct 2022 16:48:21 +0000 (13:48 -0300)
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 f0b5589ef037358ac14a5a2e215233b0683798fa)

libs/libmbim/Makefile

index 505ae7bc60e1293eedb92d4ac97b3e21a7271f65..a32f132cee7e6b5e7906b6cf9118b952fd6571fc 100644 (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