[SCM] kodi/master: Link with libatomic to fix FTBFS on powerpc and some other architectures

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Fri Aug 21 14:57:49 UTC 2015


The following commit has been merged in the master branch:
commit c1041eb0e06cfebd8a3a8d108d50a3db32b366b1
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Thu Aug 20 16:04:15 2015 +0200

    Link with libatomic to fix FTBFS on powerpc and some other architectures

diff --git a/debian/rules b/debian/rules
index ee21af8..62a0533 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ DEB_CFLAGS ?=  $(shell dpkg-buildflags --get CPPFLAGS) \
   $(filter-out -g -O2, $(shell dpkg-buildflags --get CFLAGS))
 DEB_CXXFLAGS ?= $(shell dpkg-buildflags --get CPPFLAGS) \
   $(filter-out -g -O2, $(shell dpkg-buildflags --get CXXFLAGS))
-DEB_LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS) $(shell pkg-config --libs ftgl)
+DEB_LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS) $(shell pkg-config --libs ftgl) -latomic
 ENV_OPTIONS = CFLAGS="$(DEB_CFLAGS)" CXXFLAGS="$(DEB_CXXFLAGS)" \
   LDFLAGS="$(DEB_LDFLAGS)"
 

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list