[gnome-continuous] manifest: Add autogen.sh for pcre2



commit ae27a68398ee2e4604fb794a38e55d284dcff07c
Author: Colin Walters <walters verbum org>
Date:   Thu Aug 4 15:25:27 2016 -0400

    manifest: Add autogen.sh for pcre2

 manifest.json                |    3 ++-
 patches/pcre2-buildapi.patch |   21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index b21027b..4b01bd5 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1041,7 +1041,8 @@
                 {"src": 
"tarball:https://downloads.sourceforge.net/project/pcre/pcre2/10.22/pcre2-10.22.tar.gz";,
                 "name": "pcre2",
                 "rm-configure": true,
-                "checksum": "7627f93f2763ee6e11ac58558d8cfbf29e1070757b45571c0ba30ce9e096505c"
+                "checksum": "7627f93f2763ee6e11ac58558d8cfbf29e1070757b45571c0ba30ce9e096505c",
+                "patches": ["pcre2-buildapi.patch"]
                },
 
                {"src": "gnome:vte",
diff --git a/patches/pcre2-buildapi.patch b/patches/pcre2-buildapi.patch
new file mode 100644
index 0000000..6003e85
--- /dev/null
+++ b/patches/pcre2-buildapi.patch
@@ -0,0 +1,21 @@
+From 50fda540f94d9e916a47b94271bf84edfa62ce51 Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Thu, 4 Aug 2016 15:24:21 -0400
+Subject: [PATCH] autogen.sh: Implement Build API
+
+---
+ 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..c187584
+--- /dev/null
++++ b/autogen.sh
+@@ -0,0 +1,2 @@
++#!/bin/sh
++exec autoreconf -vfi
+-- 
+2.7.4
+


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