From 8e52e33c017dd93f5bb3d478e735e6070b6b0f49 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 20 Apr 2014 11:05:47 +0200 Subject: [PATCH] glib2: make it build. --- dev-libs/glib/glib2-2.38.1.recipe | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-libs/glib/glib2-2.38.1.recipe b/dev-libs/glib/glib2-2.38.1.recipe index 3e9165a2e..8652239d6 100644 --- a/dev-libs/glib/glib2-2.38.1.recipe +++ b/dev-libs/glib/glib2-2.38.1.recipe @@ -13,6 +13,9 @@ systems without major changes HOMEPAGE="http://www.gtk.org/" SRC_URI="http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.1.tar.xz" CHECKSUM_MD5="f3f6789151c1810f2fe23fe9ebb8b828" +CHECKSUM_SIZE="6679488" +CHECKSUM_RMD160="b1a04a85553d823d52aeeec795715a04050c9eac" +CHECKSUM_SHA512="8471d8d3468040d551e0f34f6818f5839c7109be25d8b62d9b3c789940a7b1fd4fe903fa755cb6b2700509aa791ba9cbce3d80f36c40c9a99f270dcdcc55e79b" LICENSE="GNU LGPL v2" COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 1991-2003 Free Software Foundation, Inc. @@ -75,7 +78,7 @@ BUILD_PREREQUIRES=" cmd:aclocal cmd:autoconf cmd:make - cmd:pkg_config + cmd:pkg_config$secondaryArchSuffix cmd:python " @@ -88,7 +91,11 @@ BUILD() libtoolize --force --copy --install aclocal autoconf - runConfigure ./configure + runConfigure ./configure --disable-maintainer-mode + + # There seem to be a problem with libtool, and without this some libraries + # would not be found during the build. + ln -s ../../glib/.libs gobject/.libs/lib make $jobArgs }