[gnome-continuous] Fix up gnutls build



commit e0ea1cb75d94821863e79feb339e6fe0dace2d18
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Feb 8 14:10:52 2016 +0000

    Fix up gnutls build
    
    Add an autogen.sh script to bootstrap the build, and disable a few other
    configuration options to minimize dependency checking.

 manifest.json                |    7 ++++++-
 patches/gnutls-autogen.patch |   24 ++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 6e9ca94..63672a6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -628,7 +628,12 @@
 
                 {"src": "git:https://gitlab.com/gnutls/gnutls.git";,
                  "component": "minimal",
-                 "config-ops": ["--without-tpm", "--disable-guile"]},
+                 "config-ops": ["--without-tpm",
+                                "--disable-guile",
+                                "--enable-local-libopts",
+                                "--disable-non-suiteb-curves",
+                                "--disable-doc"],
+                 "patches": ["gnutls-autogen.patch"]},
 
                {"src": "gnome:gcr",
                 "config-opts": ["--disable-valgrind"]},
diff --git a/patches/gnutls-autogen.patch b/patches/gnutls-autogen.patch
new file mode 100644
index 0000000..4bdc5dc
--- /dev/null
+++ b/patches/gnutls-autogen.patch
@@ -0,0 +1,24 @@
+From 17aeeb39246759a4e9c7fcd20690921de6eb5880 Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi <ebassi gnome org>
+Date: Mon, 8 Feb 2016 14:09:35 +0000
+Subject: [PATCH] Add autogen.sh
+
+The autogen.sh name is widely used in X.org, GNOME, and many others.
+
+http://people.gnome.org/~walters/docs/build-api.txt
+---
+ autogen.sh | 2 ++
+ 1 file changed, 2 insertions(+)
+ create mode 100755 autogen.sh
+
+diff --git a/autogen.sh b/autogen.sh
+new file mode 100755
+index 0000000..ad94809
+--- /dev/null
++++ b/autogen.sh
+@@ -0,0 +1,2 @@
++#!/bin/sh
++exec make bootstrap
+-- 
+2.5.0
+


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