[gnome-continuous] manifest: add a patch for gcab



commit 23c844c344ceabc05058050e3ff780fe69dff192
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Wed Mar 4 14:31:28 2015 +0100

    manifest: add a patch for gcab

 manifest.json                  |    3 ++-
 patches/gcab-no-builddir.patch |   24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 49fb8e0..3936712 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1081,7 +1081,8 @@
                {"src": "gnome:gnome-shell-extensions",
                 "config-opts": ["--enable-extensions=classic-mode"]},
 
-               {"src": "gnome:gcab"},
+               {"src": "gnome:gcab",
+               "patches": ["gcab-no-builddir.patch"]},
 
                {"src": "git:git://github.com/hughsie/appstream-glib.git",
                 "config-opts": ["--disable-dep11"]},
diff --git a/patches/gcab-no-builddir.patch b/patches/gcab-no-builddir.patch
new file mode 100644
index 0000000..9045182
--- /dev/null
+++ b/patches/gcab-no-builddir.patch
@@ -0,0 +1,24 @@
+From 89f41c86307ea373c4e953f04e7f10f63e7efaae Mon Sep 17 00:00:00 2001
+From: Vadim Rutkovsky <vrutkovs redhat com>
+Date: Wed, 4 Mar 2015 14:30:10 +0100
+Subject: [PATCH] build: Note we don't support srcdir != builddir
+
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index 748e804..8fee7e9 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -56,6 +56,7 @@ AC_CONFIG_FILES([tests/package.m4.tmp:tests/package.m4.in],
+                 [$srcdir/build-aux/move-if-change tests/package.m4.tmp $srcdir/tests/package.m4
+                  cp $srcdir/tests/package.m4 tests/package.m4.tmp])
+ 
++echo \#buildapi-variable-no-builddir >/dev/null
+ 
+ AC_OUTPUT([
+   Makefile
+-- 
+1.8.3.1
+


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