[jhbuild] bootstrap: update pkg-config version
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] bootstrap: update pkg-config version
- Date: Wed, 31 Dec 2014 02:10:55 +0000 (UTC)
commit 6722dc1316ca2524f6853be930117d8492b348f5
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Dec 30 20:59:22 2014 -0500
bootstrap: update pkg-config version
The old pkg-config version had trouble building on Mac OS due to
incompatibility (about 'inline') between clang and the ancient internal
copy of GLib.
Additionally, make sure we pass --with-internal-glib because that is now
necessary.
modulesets/bootstrap.modules | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index 88ff031..d8e656d 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -71,10 +71,9 @@
size="1620860"/>
</autotools>
- <autotools id="pkg-config" autogen-sh="configure">
- <branch repo="pkgconfig"
- module="pkg-config-0.25.tar.gz" version="0.25"
- size="988899" md5sum="a3270bab3f4b69b7dc6dbdacbcae9745" />
+ <autotools id="pkg-config" autogen-sh="configure" autogenargs="--with-internal-glib">
+ <branch repo="pkgconfig" module="pkg-config-0.28.tar.gz" version="0.28"
+ size="1931203" hash="sha256:6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845"/>
</autotools>
<autotools id="python" autogenargs="--enable-shared" autogen-sh="configure">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]