summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2018-09-27 02:28:31 +0300
committerJordan Petridis <jpetridis@gnome.org>2018-09-27 02:28:31 +0300
commitde9fbd970adb4c1234be147608a29cefa18c40d7 (patch)
treed7de85cc26ae2e3ed8c627acec4909d94b70f4d6 /flatpak
parent7bf6ed8622b6a5eb44bda68f3d8fb94f2da1dc5f (diff)
downloadtotem-de9fbd970adb4c1234be147608a29cefa18c40d7.tar.gz
flatpak: Build liboauth against NSS
Currently available versions of liboauth, such as 1.0.3, don't build against OpenSSL 1.1.0, and that has been failing the nightly builds. It does work with NSS, though; and, for what it's worth, Fedora builds liboauth against NSS too. https://github.com/x42/liboauth/issues/9
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index 1a29947c3..5c133d461 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -109,6 +109,7 @@
},
{
"name": "liboauth",
+ "config-opts": [ "--enable-nss" ],
"sources": [
{
"type": "archive",