[gnome-todo/alatiera/flatpak-runtime] Flatpak: Work around a g-o-a issue.
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/alatiera/flatpak-runtime] Flatpak: Work around a g-o-a issue.
- Date: Thu, 2 Aug 2018 16:12:00 +0000 (UTC)
commit e25795d970125f095e8236a31984f17731ff123c
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Thu Aug 2 16:11:19 2018 +0000
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
build-aux/flatpak/org.gnome.Todo.json | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/build-aux/flatpak/org.gnome.Todo.json b/build-aux/flatpak/org.gnome.Todo.json
index 6300018..9061027 100644
--- a/build-aux/flatpak/org.gnome.Todo.json
+++ b/build-aux/flatpak/org.gnome.Todo.json
@@ -51,6 +51,7 @@
{
"name" : "gnome-online-accounts",
"config-opts" : [
+ "--disable-Werror",
"--disable-telepathy",
"--disable-documentation",
"--disable-backend"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]