Fix FTBFS with GCC 6 (#1307733)
This commit is contained in:
parent
c2ac8dea53
commit
a1aee3c339
@ -1,7 +1,7 @@
|
|||||||
Name: libqmi
|
Name: libqmi
|
||||||
Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol
|
Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol
|
||||||
Version: 1.12.6
|
Version: 1.12.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://freedesktop.org/software/libqmi
|
URL: http://freedesktop.org/software/libqmi
|
||||||
@ -40,6 +40,8 @@ from the command line.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# avoid false positives in -Wmisleading-indentation (#1307733)
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -ftabstop=4"
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
|
||||||
# Uses private copy of libtool:
|
# Uses private copy of libtool:
|
||||||
@ -79,6 +81,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 1.12.6-3
|
||||||
|
- Fix FTBFS with GCC 6 (#1307733)
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.6-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user