X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fpkg-config%2FMakefile;h=9a1b3fb9869775c31996ac828f90ec4c2d6fc467;hb=e9dd838d86c0c728c7a2343cf0a0703d9055f79a;hp=b4a2d5d5571773b0e20fd22f3e168736a7d0ccd9;hpb=e53003f5fceb7a54f646d06ee4344860c367b749;p=openwrt%2Fopenwrt.git diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index b4a2d5d557..9a1b3fb986 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,21 +7,22 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkg-config -PKG_VERSION:=0.22 +PKG_VERSION:=0.28 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/ -PKG_MD5SUM:=fd5c547e9d66ba49bc735ccb8c791f2a +PKG_MD5SUM:=aa3c86e67551adc3ac865160e34a2a0d + +HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef +unexport PKG_CONFIG + +HOST_CONFIGURE_ARGS += --with-internal-glib define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) \ - install + $(MAKE) -C $(HOST_BUILD_DIR) install mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real $(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config endef