[jhbuild] core-deps-base-3.4: lcms2, ical: use ./configure
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] core-deps-base-3.4: lcms2, ical: use ./configure
- Date: Sat, 10 Mar 2012 06:09:07 +0000 (UTC)
commit d5d8c3a4741bff8ffe880073a8b7cdbd7b8cb105
Author: Ryan Lortie <desrt desrt ca>
Date: Fri Mar 9 00:33:43 2012 -0500
core-deps-base-3.4: lcms2, ical: use ./configure
Both of these modules suffer build failures on Ubuntu due to libtool
incompatibility. This is caused by autogen.sh updating some but not all
of the in-tree copy of the libtool. The solution is to rerun libtoolize
or (easier and better), not run autogen on tarballs.
https://bugzilla.gnome.org/show_bug.cgi?id=671697
modulesets/gnome-suites-core-deps-base-3.4.modules | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-base-3.4.modules b/modulesets/gnome-suites-core-deps-base-3.4.modules
index f50ff7b..7e6e28a 100644
--- a/modulesets/gnome-suites-core-deps-base-3.4.modules
+++ b/modulesets/gnome-suites-core-deps-base-3.4.modules
@@ -223,7 +223,7 @@
</dependencies>
</autotools>
- <autotools id="lcms2">
+ <autotools id="lcms2" autogen-sh="configure">
<pkg-config>lcms2.pc</pkg-config>
<branch repo="sourceforge.net"
module="lcms/lcms2-2.2.tar.gz"
@@ -290,7 +290,7 @@
</dependencies>
</autotools>
- <autotools id="libical" version="0.43">
+ <autotools id="libical" version="0.43" autogen-sh="configure">
<pkg-config>libical.pc</pkg-config>
<branch repo="sourceforge.net"
module="freeassociation/libical-0.43.tar.gz"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]