From a4a4e2d79cbf004725ab9cf54e345a5cae3ca956 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 20 Jul 2012 18:07:06 +0200 Subject: [PATCH] pkg-config: update to pkg-config-0.27 Signed-off-by: Stephan Raue --- packages/toolchain/devel/pkg-config/build | 6 ++++-- packages/toolchain/devel/pkg-config/meta | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/toolchain/devel/pkg-config/build b/packages/toolchain/devel/pkg-config/build index a3ec03a0ec..40daa1c859 100755 --- a/packages/toolchain/devel/pkg-config/build +++ b/packages/toolchain/devel/pkg-config/build @@ -22,8 +22,8 @@ . config/options $1 -export GLIB_CFLAGS="-I$ROOT/$TOOLCHAIN/include/glib-2.0 -I$ROOT/$TOOLCHAIN/lib/glib-2.0/include" -export GLIB_LIBS="-L$ROOT/$TOOLCHAIN/lib -lglib-2.0" +# export GLIB_CFLAGS="-I$ROOT/$TOOLCHAIN/include/glib-2.0 -I$ROOT/$TOOLCHAIN/lib/glib-2.0/include" +# export GLIB_LIBS="-L$ROOT/$TOOLCHAIN/lib -lglib-2.0" setup_toolchain host @@ -32,6 +32,8 @@ cd $PKG_BUILD --build=$HOST_NAME \ --enable-shared \ --disable-static \ + --disable-silent-rules \ + --with-internal-glib \ --with-gnu-ld make diff --git a/packages/toolchain/devel/pkg-config/meta b/packages/toolchain/devel/pkg-config/meta index 481a622698..9e54d8429d 100644 --- a/packages/toolchain/devel/pkg-config/meta +++ b/packages/toolchain/devel/pkg-config/meta @@ -19,14 +19,14 @@ ################################################################################ PKG_NAME="pkg-config" -PKG_VERSION="0.26" +PKG_VERSION="0.27" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.freedesktop.org/software/pkgconfig/" PKG_URL="http://pkgconfig.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache glib-host" +PKG_BUILD_DEPENDS="ccache" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="pkg-config: A library configuration management system"