pkg-config: update to pkg-config-0.27

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-20 18:07:06 +02:00
parent f3463ca043
commit a4a4e2d79c
2 changed files with 6 additions and 4 deletions

View File

@ -22,8 +22,8 @@
. config/options $1 . config/options $1
export GLIB_CFLAGS="-I$ROOT/$TOOLCHAIN/include/glib-2.0 -I$ROOT/$TOOLCHAIN/lib/glib-2.0/include" # 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_LIBS="-L$ROOT/$TOOLCHAIN/lib -lglib-2.0"
setup_toolchain host setup_toolchain host
@ -32,6 +32,8 @@ cd $PKG_BUILD
--build=$HOST_NAME \ --build=$HOST_NAME \
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--disable-silent-rules \
--with-internal-glib \
--with-gnu-ld --with-gnu-ld
make make

View File

@ -19,14 +19,14 @@
################################################################################ ################################################################################
PKG_NAME="pkg-config" PKG_NAME="pkg-config"
PKG_VERSION="0.26" PKG_VERSION="0.27"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/software/pkgconfig/" PKG_SITE="http://www.freedesktop.org/software/pkgconfig/"
PKG_URL="http://pkgconfig.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://pkgconfig.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache glib-host" PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel" PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="pkg-config: A library configuration management system" PKG_SHORTDESC="pkg-config: A library configuration management system"