From f0b5589ef037358ac14a5a2e215233b0683798fa Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 13 Dec 2021 14:33:19 +0100 Subject: [PATCH] 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 --- libs/libmbim/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/libmbim/Makefile b/libs/libmbim/Makefile index 505ae7bc60..a32f132cee 100644 --- a/libs/libmbim/Makefile +++ b/libs/libmbim/Makefile @@ -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 -- 2.30.2