[gnome-continuous] Use internal dependencies for GnuTLS



commit 7ce2c8826a0c7d3125f23bace475cc7c4ff2f4bd
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Feb 8 14:54:21 2016 +0000

    Use internal dependencies for GnuTLS
    
    Instead of hunting down issues with libnettle and libtasn1.

 manifest.json |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 84472bd..a1acd4c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -626,21 +626,13 @@
                {"src": "fd-p11:p11-kit",
                  "component": "minimal"},
 
-                {"name": "nettle",
-                 "src": "tarball:https://ftp.gnu.org/gnu/nettle/nettle-3.2.tar.gz";,
-                 "checksum": "ea4283def236413edab5a4cf9cf32adf540c8df1b9b67641cfc2302fca849d97",
-                 "config-opts": ["--disable-documentation"]},
-
-                {"name": "libtasn1",
-                 "src": "tarball:http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.7.tar.gz";,
-                 "checksum": "a40780dc93fc6d819170240e8ece25352058a85fd1d2347ce0f143667d8f11c9",
-                 "config-opts": ["--disable-dependency-tracking"]},
-
                 {"src": "git:https://gitlab.com/gnutls/gnutls.git";,
                  "component": "minimal",
                  "config-opts": ["--without-tpm",
                                  "--disable-guile",
                                  "--enable-local-libopts",
+                                 "--with-nettle-mini=yes",
+                                 "--with-included-libtasn1=yes",
                                  "--disable-non-suiteb-curves",
                                  "--disable-doc"],
                  "patches": ["gnutls-autogen.patch"]},


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