Fix build issue with GCC 6.0 (RHBZ #1307327)
This commit is contained in:
parent
c5f5ab6119
commit
271869579d
1 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: aria2
|
Name: aria2
|
||||||
Version: 1.19.3
|
Version: 1.19.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: High speed download utility with resuming and segmented downloading
|
Summary: High speed download utility with resuming and segmented downloading
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
|
|
@ -41,7 +41,8 @@ Currently it has following features:
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-bittorrent \
|
%configure CXX="g++ -std=c++0x" \
|
||||||
|
--enable-bittorrent \
|
||||||
--enable-metalink \
|
--enable-metalink \
|
||||||
--enable-epoll\
|
--enable-epoll\
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
|
@ -68,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
|
||||||
%{_mandir}/*/man1/aria2c.1.gz
|
%{_mandir}/*/man1/aria2c.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 13 2016 Athmane Madjoudj <athmane@fedoraproject.org> 1.19.3-3
|
||||||
|
- Fix build issue with GCC 6.0 (RHBZ #1307327)
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-2
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue