From 57d594cf14d29273b9b77a63c8c7273f7b532e32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 27 Dec 2015 15:46:50 +0100 Subject: [PATCH] - fix building with gcc 5.x - rel 4 --- kodi.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kodi.spec b/kodi.spec index d958bdb..0fd08b4 100644 --- a/kodi.spec +++ b/kodi.spec @@ -60,7 +60,7 @@ Summary: Kodi is a free and open source media-player and entertainment hub Name: kodi Version: 15.0 -Release: 3 +Release: 4 License: GPL v2+ and GPL v3+ Group: Applications/Multimedia Source0: http://mirrors.kodi.tv/releases/source/%{version}-%{codename}.tar.gz @@ -163,7 +163,7 @@ BuildRequires: zlib-devel # kodi uses it's own, modified squish BuildConflicts: squish-devel #https://github.com/sahlberg/libnfs -#BuildRequires: libnfs-devel +BuildRequires: libnfs-devel #http://sites.google.com/site/alexthepuffin/home #BuildRequires: afpfs-ng-devel #http://mirrors.xbmc.org/build-deps/darwin-libs/libshairport-1.2.0.20310_lib.tar.gz @@ -217,6 +217,7 @@ ln -s %{SOURCE1} tools/depends/target/ffmpeg/ffmpeg-2.4.4-%{codename}.tar.gz %build ./bootstrap %configure \ + ac_cv_type__Bool=yes \ --disable-silent-rules \ --disable-debug \ --disable-ccache \ -- 2.44.0