[gnome-continuous] Disable builddir for exiv2
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Disable builddir for exiv2
- Date: Wed, 20 Jan 2016 16:40:58 +0000 (UTC)
commit ece089b500909252da6f7ab2dcfc04709af1d671
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Jan 20 16:40:37 2016 +0000
Disable builddir for exiv2
manifest.json | 4 +++-
patches/exiv2-no-builddir.patch | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 282dda9..ab4d746 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1213,7 +1213,9 @@
{"src": "tarball:http://www.exiv2.org/exiv2-0.25.tar.gz",
"name": "exiv2",
- "checksum": "c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4"},
+ "checksum": "c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4",
+ "patches": ["exiv2-no-builddir.patch"]},
+
{"src": "gnome:gexiv2"},
diff --git a/patches/exiv2-no-builddir.patch b/patches/exiv2-no-builddir.patch
new file mode 100644
index 0000000..5324a12
--- /dev/null
+++ b/patches/exiv2-no-builddir.patch
@@ -0,0 +1,13 @@
+diff -Nuarp exiv2-0.25.old/configure exiv2-0.25/configure
+--- exiv2-0.25.old/configure 2015-06-21 15:53:19.000000000 +0100
++++ exiv2-0.25/configure 2016-01-20 16:39:03.699702013 +0000
+@@ -19914,6 +19914,9 @@ fi
+ # Configuration summary.
+ # ---------------------------------------------------------------------------
+
++# We do not support builddir != srcdir
++echo \#buildapi-variable-no-builddir >/dev/null
++
+ echo ""
+ echo "------------------------------------------------------------------"
+ echo "-- Exiv2 $VERSION feature configuration summary"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]