[gnome-boxes/flatpak-master-fixup: 20/26] flatpak: Add libtirpc and rpcsvc-proto for libvirt



commit b7cc2da0ae8b329e947614bc06dc1ffa15a54258
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 3fedcb81..366a2784 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -119,12 +119,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]