Can we apply following patch (or something similar disabling _GLIBCXX_ASSERTIONS) to the PKGBUILD until the issue is fixed upstream?
diff --git a/PKGBUILD b/PKGBUILD
index 5e0aa06..1fa8cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
pkgver=7.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Matrix
_gitname=pvr.iptvsimple
@@ -31,6 +31,9 @@ build() {
mkdir -p "pvr.iptvsimple-${pkgver}-${_koditarget}/build"
cd "pvr.iptvsimple-${pkgver}-${_koditarget}/build"
+ CFLAGS="$CFLAGS -Wp,-U_GLIBCXX_ASSERTIONS"
+ CXXFLAGS="$CXXFLAGS -Wp,-U_GLIBCXX_ASSERTIONS"
+
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib/kodi \
(END)
Pinned Comments
thepasto commented on 2019-10-05 17:13 (UTC)
This package will follow the STABLE kodi release