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>
This commit is contained in:
parent
a42f526b0c
commit
f0b5589ef0
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue