From 271869579de2ce2989247bd7b70bb15f432f7e01 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Sat, 13 Feb 2016 23:57:34 +0100 Subject: [PATCH] Fix build issue with GCC 6.0 (RHBZ #1307327) --- aria2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/aria2.spec b/aria2.spec index e79360b..9c17e56 100644 --- a/aria2.spec +++ b/aria2.spec @@ -2,7 +2,7 @@ Name: aria2 Version: 1.19.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: High speed download utility with resuming and segmented downloading Group: Applications/Internet License: GPLv2+ with exceptions @@ -41,7 +41,8 @@ Currently it has following features: %patch0 -p1 %build -%configure --enable-bittorrent \ +%configure CXX="g++ -std=c++0x" \ + --enable-bittorrent \ --enable-metalink \ --enable-epoll\ --disable-rpath \ @@ -68,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %{_mandir}/*/man1/aria2c.1.gz %changelog +* Sat Feb 13 2016 Athmane Madjoudj 1.19.3-3 +- Fix build issue with GCC 6.0 (RHBZ #1307327) + * Wed Feb 03 2016 Fedora Release Engineering - 1.19.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild