Package: libqmi
User: [email protected]
Usertags: origin-ubuntu cosmic ubuntu-patch
Version: 1.20.0-1
Severity: normal
Tags: patch
* Pass --enable-more-warnings so we build without -Werror, which fixes the
current FTBFS and mitigates against future ones.
diff -pruN 1.18.0-3/debian/rules 1.18.0-3ubuntu1/debian/rules
--- 1.18.0-3/debian/rules 2017-10-20 22:49:31.000000000 +0000
+++ 1.18.0-3ubuntu1/debian/rules 2018-04-24 11:03:26.000000000 +0000
@@ -11,6 +11,7 @@ override_dh_auto_configure:
--enable-firmware-update \
--enable-gudev \
--enable-mbim-qmux \
+ --enable-more-warnings \
--libexecdir=/usr/lib/libqmi
override_dh_install:
thanks for considering the enabling of such flag for libqmi
Gianfranco