[gnome-documents] Documents Flatpak: Build liboauth against NSS



commit df583202a8ef9f39fc7ce24603a57bf4e2a5af3d
Author: Jordan Petridis <jpetridis gnome org>
Date:   Thu Sep 27 00:48:02 2018 +0300

    Documents 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

 flatpak/org.gnome.Documents.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index a0b7f009..2c73bc34 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -67,6 +67,7 @@
         },
         {
             "name": "liboauth",
+            "config-opts": [ "--enable-nss" ],
             "sources": [
                 {
                     "type": "archive",


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