Browse Source

libqmi: remove unknown configure option

The configure option --enable-more-warnings is not recognized by
configure.

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

Therefore this configure option is removed with this commit.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 2 years ago
parent
commit
a42f526b0c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libs/libqmi/Makefile

+ 0
- 1
libs/libqmi/Makefile View File

@ -66,7 +66,6 @@ CONFIGURE_ARGS += \
--disable-gtk-doc-pdf \
--disable-silent-rules \
--enable-firmware-update \
--enable-more-warnings=yes \
--without-udev \
--without-udev-base-dir


Loading…
Cancel
Save