[gnome-boxes/flatpak-master-fixup: 3/8] flatpak: Add libtirpc and rpcsvc-proto for libvirt
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/flatpak-master-fixup: 3/8] flatpak: Add libtirpc and rpcsvc-proto for libvirt
- Date: Mon, 5 Aug 2019 07:21:45 +0000 (UTC)
commit 5b2ddadd36303672c71f9e49d6eb8d159fd5fc5a
Author: Felipe Borges <felipeborges gnome org>
Date: Fri Aug 2 12:56:04 2019 +0200
flatpak: Add libtirpc and rpcsvc-proto for libvirt
build-aux/flatpak/org.gnome.Boxes.json | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 631a5155..a6cd3ff2 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -138,12 +138,40 @@
}
]
},
+ {
+ "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"
+ }
+ ]
+ },
+ {
+ "name" : "rpcsvc-proto",
+ "buildsystem" : "autotools",
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" : "https://github.com/thkukuk/rpcsvc-proto/archive/v1.4.tar.gz",
+ "sha256" : "eaa227686b84e8ae20181d2119c0ccac29d82371441844008019a134dafe3613"
+ }
+ ]
+ },
{
"name" : "libvirt",
"config-opts" : [
"--without-html-subdir",
"--without-storage-mpath"
],
+ "build-options" : {
+ "cflags" : "-I/app/include/tirpc -ltirpc"
+ },
"sources" : [
{
"type" : "archive",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]