Browse Source

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>
lilik-openwrt-22.03
Florian Eckert 2 years ago
parent
commit
f0b5589ef0
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libs/libmbim/Makefile

+ 1
- 3
libs/libmbim/Makefile 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


Loading…
Cancel
Save