[recipes: 1/2] Flatpak: Work around a g-o-a issue.



commit 2759361f514cace58decb571b26abfcce4033df3
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Jul 26 06:08:58 2018 +0300

    Flatpak: Work around a g-o-a issue.
    
    gnome-online-accounts throws _FORTIFY_SOURCE warnings which
    turn into errors and fail the build.
    
    The recommened approach is to use `--disable-Werror` until g-o-a
    is ported to meson.
    
    For more see https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/10

 flatpak/org.gnome.Recipes.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/flatpak/org.gnome.Recipes.json b/flatpak/org.gnome.Recipes.json
index 81245af..8181811 100644
--- a/flatpak/org.gnome.Recipes.json
+++ b/flatpak/org.gnome.Recipes.json
@@ -71,6 +71,7 @@
         },
         {
             "name": "gnome-online-accounts",
+            "config-opts" : [ "--disable-Werror" ],
             "sources": [
                     {
                         "type": "git",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]