]> git.pld-linux.org Git - packages/kodi.git/commitdiff
- fix building with gcc 5.x auto/th/kodi-15.0-4
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 14:46:50 +0000 (15:46 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 14:46:50 +0000 (15:46 +0100)
- rel 4

kodi.spec

index d958bdb3d25741d645ca2a23e30bfa2b23ee6ffb..0fd08b4a2e52284f1e35b795d5670e664b642cf3 100644 (file)
--- 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 \
This page took 0.272826 seconds and 4 git commands to generate.