Skip to content

Commit

Permalink
flatpak: Build liboauth against NSS
Browse files Browse the repository at this point in the history
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.

x42/liboauth#9
  • Loading branch information
alatiera committed Sep 26, 2018
1 parent 7bf6ed8 commit de9fbd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flatpak/org.gnome.Totem.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
},
{
"name": "liboauth",
"config-opts": [ "--enable-nss" ],
"sources": [
{
"type": "archive",
Expand Down

0 comments on commit de9fbd9

Please sign in to comment.