[totem] flatpak: Work-around build bug in g-o-a
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] flatpak: Work-around build bug in g-o-a
- Date: Wed, 25 Jul 2018 11:11:33 +0000 (UTC)
commit 54b5bef88b718d6792aa13f4c889306a3f6de120
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Wed Jul 25 02:24:20 2018 +0000
flatpak: Work-around build bug in g-o-a
gnome-online-accounts produces a ton of (fatal) warnings about
_FORTIFY_SOURCE. Make those warnings non-fatal.
See gnome-online-accounts#10
flatpak/org.gnome.Totem.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index 04b8e40a..601d85ac 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -108,7 +108,7 @@
},
{
"name": "gnome-online-accounts",
- "config-opts": [ "--disable-telepathy", "--disable-documentation", "--disable-backend" ],
+ "config-opts": [ "--disable-telepathy", "--disable-documentation", "--disable-backend",
"--disable-Werror" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]