From 07f429f281b58a19f5d75a95b1b75115cdea28b1 Mon Sep 17 00:00:00 2001 From: Erick555 <37542552+Erick555@users.noreply.github.com> Date: Fri, 4 Oct 2019 22:26:10 +0200 Subject: [PATCH] Add libtirpc It's needed for build samba since glibc dropped rpc support. --- deps/libtirpc.json | 14 ++++++++++++++ tv.kodi.Kodi.yml | 1 + 2 files changed, 15 insertions(+) create mode 100644 deps/libtirpc.json diff --git a/deps/libtirpc.json b/deps/libtirpc.json new file mode 100644 index 0000000..5b5c725 --- /dev/null +++ b/deps/libtirpc.json @@ -0,0 +1,14 @@ +{ + "name" : "libtirpc", + "config-opts" : [ + "--disable-gssapi", + "--libdir=/app/lib" + ], + "sources" : [ + { + "type" : "archive", + "url" : "http://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc-1.1.4.tar.bz2", + "sha256" : "2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d" + } + ] +} diff --git a/tv.kodi.Kodi.yml b/tv.kodi.Kodi.yml index abcb024..e8e7cab 100644 --- a/tv.kodi.Kodi.yml +++ b/tv.kodi.Kodi.yml @@ -38,6 +38,7 @@ modules: - deps/libass.json - deps/libcdio.json - deps/lzo2.json + - deps/libtirpc.json - deps/samba.json - deps/swig.json - deps/taglib.json -- GitLab